New game
Download
Get Academic Plan
Share game
Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
Sorting Techniques Lowersixth Science Computer Science
 

Froggy Jumps

Sorting Techniques Lowersixth Science Computer ScienceOnline version

Sorts & searches fundamentals.

by YAKILI LMS
1

What is the simplest sorting algorithm?

2

Which sort repeatedly swaps adjacent out-of-order pairs?

3

Which algorithm builds a sorted list by inserting each new item into its place?

4

Which sort finds the smallest item and places it at the front each pass?

5

Which sort often uses a binary search-like partition (pivot)?

6

Which sort is commonly stable and simple to implement on small arrays?

7

What data structure is central to heap sort?

8

Which sort is typically O(n log n) on average?

9

Which algorithm sorts by distributing items into buckets by digit?

10

Which sort uses counting to place elements directly at their position?

11

Which sort is stable and uses a divide-and-conquer approach?

12

What is the average time complexity of quick sort?

13

Which sorting method is in-place and often used in memory-limited contexts?

14

Which search scans all elements to find a match?

15

Which search requires a sorted array to function correctly?

16

Which algorithm compares adjacent keys and swaps if out of order?

17

Which sort is typically used when the dataset is nearly sorted?

18

Which sorting method divides the array and sorts halves separately?

19

What is a key property of stable sorting?

20

Which sorting method is most memory-efficient in place?

21

What is the best-case time complexity of insertion sort?

22

Which algorithm maintains a heap structure during sort?

23

Which algorithm uses a pivot to partition data?

24

Which search is fastest with a sorted array and random access?

25

Which sort is often used with integer keys and counting?

26

What is the space complexity of in-place sorts like quick sort (average)?

27

Which sorting method is not stable by default?

28

Which search is efficient after pre-processing with a map?

29

Which sort can degrade to O(n^2) in poor pivots?

30

Which algorithm sorts by repeatedly selecting the maximum element?

31

Which operation is common in many sorts: compare and swap?

32

Which is not a comparison-based sort?

33

What type of sort is stable and uses merging halves?

34

Which search checks elements in order until found or end?

35

Which sort is based on comparing block by block with digits?

36

Which sort is not guaranteed to be stable?

37

Which sorting approach sorts in place with no extra array?

38

Which data structure optimizes retrieval in hash-based search?

39

Which algorithm partitions the array into elements less and greater than pivot?

40

Which sort is often paired with recursion?

41

What is the main goal of sorting algorithms?

42

Which search is ideal for sorted data with unknown location?

43

Which sort uses a tree structure as part of its process?

44

Which algorithm is typically used for large datasets not fitting memory?

45

Which sort is best when there are many duplicates?

46

Which search uses an index to speed lookups?

47

Which algorithm sorts by repeatedly selecting the next item’s correct position?

48

Which sort is particularly simple to implement iteratively?

49

Which sort is stable but not in-place in many implementations?

50

Which search is performed on the index of a sorted list?

Are you sure you want to leave the page?

If you leave the page, you will lose your game progress.