sorting techniques

sorting techniques

12th Grade

5 Qs

quiz-placeholder

Similar activities

Soal Dinamika Partikel

Soal Dinamika Partikel

9th - 12th Grade

10 Qs

latiah Bab 2 ( usaha &pesawat sederhana)

latiah Bab 2 ( usaha &pesawat sederhana)

9th - 12th Grade

10 Qs

pretes(pengaruh gaya terhadap gerak benda )

pretes(pengaruh gaya terhadap gerak benda )

9th - 12th Grade

10 Qs

Introduction to Forces 7

Introduction to Forces 7

7th Grade - University

10 Qs

Terapi microcurrent DHD4313

Terapi microcurrent DHD4313

12th Grade

8 Qs

Countries and Abbreviations Quiz

Countries and Abbreviations Quiz

12th Grade

9 Qs

Uji Pemahaman Informatika Kelas X Bab 2

Uji Pemahaman Informatika Kelas X Bab 2

12th Grade

10 Qs

Let’s Get Connected - Lab Safety 1

Let’s Get Connected - Lab Safety 1

12th Grade

8 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