HAPPY DSA

HAPPY DSA

University

20 Qs

quiz-placeholder

Similar activities

ALPRO 05/12-2024

ALPRO 05/12-2024

University

20 Qs

Advanced Algorithms Challenge

Advanced Algorithms Challenge

University

15 Qs

Quiz on Recursion and Algorithms

Quiz on Recursion and Algorithms

University

15 Qs

PSC - Vetores

PSC - Vetores

University

15 Qs

Data Structures Quiz

Data Structures Quiz

University

15 Qs

Mastering Arrays and Strings in Java

Mastering Arrays and Strings in Java

University

15 Qs

DATA STRUCTUIR Quiz1 (AIML)

DATA STRUCTUIR Quiz1 (AIML)

University

20 Qs

Challenging Algorithms and Sorting Concepts

Challenging Algorithms and Sorting Concepts

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?