HAPPY DSA

HAPPY DSA

University

20 Qs

quiz-placeholder

Similar activities

Analisis Data dengan Excel

Analisis Data dengan Excel

University

20 Qs

09-JS-объекты и работа с ними

09-JS-объекты и работа с ними

University

16 Qs

Questionário 2

Questionário 2

University

22 Qs

Python_Final_Recap_GGITSummerCamp2025

Python_Final_Recap_GGITSummerCamp2025

University

21 Qs

Codean JS Synchronous dan Asynchronous

Codean JS Synchronous dan Asynchronous

University

21 Qs

Challenge Your Logical Thinking Skills

Challenge Your Logical Thinking Skills

University

15 Qs

Emp. Tech. 12 - Intro to MS Excel Quiz

Emp. Tech. 12 - Intro to MS Excel Quiz

12th Grade - University

15 Qs

Power BI Quiz (Beginner Level)

Power BI Quiz (Beginner Level)

University

15 Qs

HAPPY DSA

HAPPY DSA

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

PAVITHRA G

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following data structures is used in the implementation of a recursive function?

A) Queue


B) Stack

C) Linked List

D) Tree

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is the time complexity of accessing an element in an array of size n?




A) O(1)

B) O(n)

C) O(log⁡n)

D) O(n^2)

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following algorithms is used for sorting an array in place?

D) Heap Sort

C) Bubble Sort

B) Quick Sort

A) Merge Sort

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the space complexity of a recursive function that uses a stack for its execution?

B) O(n)

A) O(1)

D) O(n^2)

C) O(log⁡n)

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following data structures allows for the implementation of a LIFO (Last In First Out) principle?

B) Stack

D) Linked List

A) Queue

C) Array

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the average time complexity of a binary search algorithm on a sorted array?

A) O(n)

D) O(1)

C) O(n log⁡n)

B) O(log⁡n)

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following data structures is best suited for implementing a priority queue?

B) Stack

A) Array

D) Linked List

C) Heap

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?