What is the worst case time complexity of Quick sort?
Algorithms

Quiz
•
Education
•
University
•
Hard
Preetam Sur
Used 9+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is not an alogrithm design technique?
Greedy
Integer Programming
Dynamic Programming
Divide and Conquer
3.
MULTIPLE CHOICE QUESTION
5 sec • 1 pt
Merge Sort follows which algorithm design technique?
Divide and Conquer
Backtracking
Dynamic Programming
Brute force
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Performance of which of the following sorting algorithms does not depend on input data pattern?
Insertion Sort
Quick Sort
Bubble Sort
Heap Sort
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following is not a shortest path finding algorithm?
Dijkstra's Algorithm
Bellman-Ford Algorithm
Floyd-Warshall Algorithm
Kruskal's Algorithm
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of this code
int a = 0, i = N;
while (i > 0)
{
a += i;
i /= 2;
}
O(N)
O(Sqrt(N))
O(N / 2)
O(log N)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the slowest algorithm:
O (n)
O (n^2)
O (n!)
O (2^n)
8.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Consider the following two sequences :
The length of longest common subsequence of X and Y is :Consider the following two sequences :
X = < B, C, D, C, A, B, C >, and Y = < C, A, D, B, C, B >
The length of longest common subsequence of X and Y is :
5
3
4
2
Similar Resources on Quizizz
10 questions
Quiz sobre Desenho e Expressões Visuais

Quiz
•
University
10 questions
DAA Quiz

Quiz
•
University
10 questions
Algorithm Quiz

Quiz
•
University
10 questions
Library Challenges: Stage 4 - Word Puzzle

Quiz
•
University
10 questions
VCS quiz 1

Quiz
•
University
12 questions
Pares de nervos cranianos

Quiz
•
University
3 questions
Java Programming Quiz

Quiz
•
University
10 questions
Programming Languages

Quiz
•
University
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