DS Quiz

DS Quiz

University

12 Qs

quiz-placeholder

Similar activities

Blood Relation

Blood Relation

University

17 Qs

Christmas Quiz KS3

Christmas Quiz KS3

6th Grade - University

16 Qs

Slack Shortcuts and Tricks (please don't edit)

Slack Shortcuts and Tricks (please don't edit)

University

10 Qs

AlgoWhiz Quiz

AlgoWhiz Quiz

University

15 Qs

Data Structures Prelimes

Data Structures Prelimes

University

16 Qs

DS

DS

University

8 Qs

QUIZ3:-DATA STRUCTURE

QUIZ3:-DATA STRUCTURE

University

10 Qs

LinkedIn Quiz

LinkedIn Quiz

University

7 Qs

DS Quiz

DS Quiz

Assessment

Quiz

Other

University

Hard

Created by

Kabilan S

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following is not a stable sorting algorithm in its typical implementation

Insertion sort

Merge sort

Quick sort

Bubble sort

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following sorting algorithms in its typical implementation gives best performance when applied on an array which is sorted or almost sorted(maximum 1 or two elements are misplaced).

Quick sort

Heap sort

Merge sort

Insertion sort

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

The average number of key comparisons done in a successful sequential search in a list of length n is

log n

(n-1)/2

n/2

(n+1)/2

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the worst case time complexity for search, insert and delete operations in a general Binary Search Tree for a skewed tree?

O(n) for all

O(log n)for all

O(log n)for search and insert, and O(n) for delete

O(log n)for search, and O(n)for insert and delete

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which searching technique takes O(1) time complexity for searching the data?

Binary search

Linear Search

AVL Tree Search

Hashing

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following algorithms can be used to most efficiently determine the presence of a cycle in a given graph?

Breadth first search

Depth first search

Prim's minimum spanning tree algorithm

Kruskal' minimum spanning tree algorithm

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Let G be an undirected graph. Consider a depth-first traversal of G, and let T be the resulting depth-first search tree. Let u be a vertex in G and let v be the first new (unvisited) vertex visited after visiting u in the traversal. Which of the following statements is always true?

{u,v} must be an edge in G, and u is a descendant of v in T

{u,v} must be an edge in G, and v is a descendant of u in T

If {u,v} is not an edge in G then u is a leaf in T

If {u,v} is not an edge in G then u and v must have the same parent in T

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?