Quick Sort Presentation Quiz

Quick Sort Presentation Quiz

Professional Development

6 Qs

quiz-placeholder

Similar activities

DAA Quiz ( 3 Sept 2020)

DAA Quiz ( 3 Sept 2020)

Professional Development

5 Qs

Mastering Algorithms

Mastering Algorithms

Professional Development

10 Qs

Algo Quiz

Algo Quiz

University - Professional Development

10 Qs

Quizz

Quizz

Professional Development

8 Qs

Informatika

Informatika

Professional Development

10 Qs

ADA

ADA

Professional Development

10 Qs

computer science quiz

computer science quiz

KG - Professional Development

10 Qs

DAA_Quiz-1

DAA_Quiz-1

Professional Development

2 Qs

Quick Sort Presentation Quiz

Quick Sort Presentation Quiz

Assessment

Quiz

Computers

Professional Development

Medium

Created by

ㅤ ㅤ

Used 2+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Quick Sort Algorithm Follows A Divide & Conquer Approach

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is one of the advantages of quick sort?

It does in-place sort and doesnt use any extra storage memory

It is efficient for small datasets

It can be used to sort both integers and strings

It has a worst-case time complexity of O(n^2)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Once a pivot has been chosen, all elements smaller than the pivot are placed to the right sub-array, while all elements bigger than the pivot are placed to the left sub-array.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What Is The Big O Notation For Quick Sort?

O(n log n)

O(n^2)

O(log n)

O(n)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Quick Sort Is Mainly Used In Operational Research & Event Driven-Simulation

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Quick Sort Is Slower Compared To Merge Sort Or Heap Sort

True

False