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).

Quiz_01

Quiz
•
Computers
•
University
•
Hard

Navin Agrawal
Used 77+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Merge sort
Insertion sort
Heap sort
none
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the worst case time complexity of insertion sort where position of the data to be inserted is calculated using binary search?
N^2
N(logN)^2
N(logN)
N
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which sorting algorithm will take least time when all elements of input array are identical? Consider typical implementations of sorting algorithms.
Insertion sort
Selection sort
Bubble sort
Merge sort
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which is the correct order of the following algorithms with respect to their time Complexity in the best case ?
Merge sort > Quick sort >Insertion sort > selection sort
insertion sort < Quick sort < selection sort
Quick sort>Merge sort >Insertion sort > selection sort
None
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Depth First Search is equivalent to which of the traversal in the Binary Trees?
a) Pre-order Traversal
b) Post-order Traversal
c) Level-order Traversal
d) In-order Traversal
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Time Complexity of DFS is? (V – number of vertices, E – number of edges)
a) O(V + E)
b) O(V)
c) O(E)
d) O(V*E)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the worst case complexity of Quick Sort?
a) O(nlogn)
b) O(logn)
c) O(n)
d) O(n2)
Create a free account and access millions of resources
Similar Resources on Quizizz
12 questions
DAA_C_MCQ - 1

Quiz
•
University
15 questions
Data Structure

Quiz
•
University
15 questions
Selection Sort & Exhaustive Search

Quiz
•
University
10 questions
BCSC0006 Trees

Quiz
•
University
8 questions
Revisando a Aula 4 Estrutura de Dados

Quiz
•
University
10 questions
GCSE Computer Science 9-1: Sorting Algorithms

Quiz
•
10th Grade - University
15 questions
Array

Quiz
•
University
15 questions
Pra UAS Algoritma dan Pemrograman Lanjut

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