Search Header Logo

DS Quiz

Authored by Kabilan S

Other

University

Used 1+ times

DS Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?