DS Quiz

DS Quiz

University

12 Qs

quiz-placeholder

Similar activities

أسئلة عن هياكل البيانات

أسئلة عن هياكل البيانات

University

12 Qs

In-Lab5

In-Lab5

University

14 Qs

Tebak Nama Makanan

Tebak Nama Makanan

University

10 Qs

Social Selling Euncet 2020

Social Selling Euncet 2020

University

10 Qs

Control keys

Control keys

University

15 Qs

JUMP Town Hall Trivia Sp23

JUMP Town Hall Trivia Sp23

University

16 Qs

AlgoWhiz Quiz

AlgoWhiz Quiz

University

15 Qs

Python Review Module 16 - Searching Sorting Algorithm

Python Review Module 16 - Searching Sorting Algorithm

University

17 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?