Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

20 Qs

quiz-placeholder

Similar activities

Knowledge Knockout[Quiz Round](2nd-4th years)

Knowledge Knockout[Quiz Round](2nd-4th years)

University

15 Qs

DSQUIZ 2020-21

DSQUIZ 2020-21

University

18 Qs

DS- UNIT-1

DS- UNIT-1

University

20 Qs

Section J Exam

Section J Exam

University

19 Qs

AlgoMania Quiz

AlgoMania Quiz

University

15 Qs

Algorithm Analysis

Algorithm Analysis

University

21 Qs

Quantitative Aptitude Series

Quantitative Aptitude Series

University

20 Qs

Heaps

Heaps

University

15 Qs

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

Assessment

Quiz

Computers

University

Hard

Created by

BALASARASWATHI AI&DS

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data structures is used to implement recursion?

Queue

Stack

Linked List

Tree

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm has the best worst-case time complexity?

Bubble Sort

Merge Sort

Quick Sort

Insertion Sort

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of accessing an element in a hash table?

O(1)

O(log n)

O(n)

O(n^2)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of searching an element in a Binary Search Tree (BST)?

O(log n)

O(n)

O(n log n)

O(1)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a stable sorting algorithm?

Merge Sort

Bubble Sort

Insertion Sort

Quick Sort

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following algorithms is used for finding the shortest path in a weighted graph?

Dijkstra’s Algorithm

Prim’s Algorithm

Kruskal’s Algorithm

Depth-First Search (DFS)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the best description of a "heap" data structure?

A complete binary tree where each node is greater than or equal to its children (Max-Heap).

A sorted binary tree.

A graph with no cycles.

A linear data structure.

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?