Créer jeu
Télécharger
Obtenir Plan Académique
Partager le jeu
Intégrez-le à votre plateforme

Vous pouvez intégrer le jeu dans un LMS compatible avec LTI 1.1 ou LTI 1.3 comme Canvas, Moodle ou Blackboard. Les scores seront ainsi automatiquement enregistrés dans le carnet de notes de la plateforme.
Télécharger
Vous avez dépassé le nombre maximum de jeux que vous pouvez intégrer à Google Classroom avec votre Plan actuel.

Pour intégrer autant de jeux que vous le souhaitez dans Google Classroom, vous avez besoin d’un Plan Académique ou un Plan Commerciel.

Vous avez dépassé le nombre maximum de jeux que vous pouvez intégrer à Microsoft Teams avec votre Plan actuel.

Pour intégrer autant de jeux que vous le souhaitez dans Microsoft Teams, vous avez besoin d’un Plan Académique ou un Plan Commerciel.

Le téléchargement du jeu est une fonctionnalité exclusive pour les utilisateurs avec un Plan Académique ou un Plan Commercial.

Obtenez votre Plan Académique ou Plan Commercial dès maintenant et commencez à intégrer vos jeux dans votre LMS, votre site Web ou votre blog.

Si vous le souhaitez, vous pouvez télécharger une jeu de test ici et tester son intégration:

%
Anonyme
Anonyme
%
%
%
Vous avez dépassé le nombre maximum de jeux que vous pouvez imprimer avec votre Plan actuel.

Pour imprimer autant de jeux que vous le souhaitez, vous avez besoin d’un Plan Académique ou un Plan Commerciel.

Imprimez votre jeu
Sorting Techniques Lowersixth Science Computer Science
 

Froggy Jumps

Sorting Techniques Lowersixth Science Computer ScienceVersion en ligne

Sorts & searches fundamentals.

par 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?

Voulez-vous vraiment quitter la page ?

En quittant la page, vous perdrez la progression du jeu.