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

DS Quiz

Quiz
•
Other
•
University
•
Hard
Kabilan S
Used 1+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
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
Similar Resources on Quizizz
15 questions
AlgoWhiz Quiz

Quiz
•
University
16 questions
Data Structures Prelimes

Quiz
•
University
17 questions
Python Review Module 16 - Searching Sorting Algorithm

Quiz
•
University
12 questions
أسئلة عن هياكل البيانات

Quiz
•
University
10 questions
QUIZ3:-DATA STRUCTURE

Quiz
•
University
15 questions
Sorting Quiz

Quiz
•
University - Professi...
12 questions
DS Day 1 Quiz

Quiz
•
University
16 questions
Youtubers And Games Quiz

Quiz
•
1st Grade - Professio...
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade