sorting techniques

sorting techniques

12th Grade

5 Qs

quiz-placeholder

Similar activities

latiah Bab 2 ( usaha &pesawat sederhana)

latiah Bab 2 ( usaha &pesawat sederhana)

9th - 12th Grade

10 Qs

Countries and Abbreviations Quiz

Countries and Abbreviations Quiz

12th Grade

9 Qs

Reactions of Halides Ions and Disproportionation Reactions

Reactions of Halides Ions and Disproportionation Reactions

12th Grade

10 Qs

Effective Supervisory Practices p104-105

Effective Supervisory Practices p104-105

12th Grade

8 Qs

Coordinate Plane Questions

Coordinate Plane Questions

9th - 12th Grade

5 Qs

FİZİK-4

FİZİK-4

9th - 12th Grade

10 Qs

Understanding Angels in Religion

Understanding Angels in Religion

12th Grade

10 Qs

sorting techniques

sorting techniques

Assessment

Quiz

Others

12th Grade

Hard

Created by

Jenifer R

FREE Resource

5 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

1. What is the time complexity of Bubble Sort in the worst-case scenario?

a. O(1)

   b. O(n log n)  

   

 O(n) 

O(n^2)

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

2. In Selection Sort, what is maintained during the execution of the algorithm?

Two subarrays - sorted and unsorted

A priority queue

Binary search tree 

A linked list

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. Which sorting algorithm is known for maintaining a sub-array that is always sorted during its execution?

Quick Sort

Merge Sort

Insertion Sort 

Non of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Insertion Sort has a better average and worst-case time complexity compared to Selection Sort.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bubble Sort not occupies extra memory space during its execution.

True

False