Sorting Algorithms II

Sorting Algorithms II

University

18 Qs

quiz-placeholder

Similar activities

DSQUIZ 2020-21

DSQUIZ 2020-21

University

18 Qs

Knowledge Knockout[Quiz Round](2nd-4th years)

Knowledge Knockout[Quiz Round](2nd-4th years)

University

15 Qs

UTS Praktikum SDA KOM B - 2 Ed

UTS Praktikum SDA KOM B - 2 Ed

University

20 Qs

DS - Linked List - S1

DS - Linked List - S1

University

16 Qs

CSI104-finished algorithms

CSI104-finished algorithms

University

20 Qs

Bubble Sort

Bubble Sort

1st Grade - Professional Development

13 Qs

Algorithm Analysis

Algorithm Analysis

University

21 Qs

computer science

computer science

KG - Professional Development

22 Qs

Sorting Algorithms II

Sorting Algorithms II

Assessment

Quiz

Computers

University

Hard

Created by

Yomna Elkholy

Used 27+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Merge sort uses which of the following techniques to implement sorting?

Backtracking

Greedy algorithm

Divide and conquer

Dynamic programming

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the best case time complexity of merge sort?

O(1)

O(log n)

O(n)

O(n log n)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst case time complexity of merge sort?

O(n log n)

O(𝑛 2 )

O(𝑛 2 log 𝑛)

O(n log 𝑛 2 )

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the auxiliary space complexity of merge sort?

O(1)

O(log n)

O(n)

O(n log n)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A stable sorting algorithm

Does not crash

Does not run out of memory

Does not change the sequence of appearance of elements

Does not exist

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An adaptive sorting algorithm

Adapts to new inputs

Takes advantage of already sorted elements

Takes inputs which are already sorted

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not an in-place sorting algorithm?

Merge sort

Quick sort

Bubble sort

Insertion sort

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?