Crear
Descargar
Obtener Plan Académico
Compartir juego
Intégralo en tu plataforma

Puedes integrar el juego en un LMS compatible con LTI 1.1 o LTI 1.3 como Canvas, Moodle, o Blackboard. De esta manera podrás guardar las puntuaciones automáticamente en el libro de calificaciones de esa plataforma.
Descargar
Has superado el número máximo de juegos que puedes integrar en Google Classroom con tu Plan actual.

Para integrar tantos juegos como quieras en Google Classroom, necesitas un Plan Académico o un Plan Comercial.

Has superado el número máximo de juegos que puedes integrar en Microsoft Teams con tu Plan actual.

Para integrar tantos juegos como quieras en Microsoft Teams, necesitas un Plan Académico o un Plan Comercial.

La descarga de juegos es una característica exclusiva para usuarios con un Plan Académico o un Plan Comercial.

Obtén ahora tu Plan Académico o Comercial y comienza a integrar tus juegos en tu LMS, web o blog.

Si lo deseas, puedes descargar un juego de prueba aquí y probar su integración:

%
Anónimo
Anónimo
%
%
%
Has superado el número máximo de juegos que puedes imprimir con tu Plan actual.

Para imprimir tantos juegos como quieras, necesitas un Plan Académico o un Plan Comercial.

Imprime tu juego
Sorting Techniques Lowersixth Science Computer Science
 

Froggy Jumps

Sorting Techniques Lowersixth Science Computer ScienceVersión en línea

Sorts & searches fundamentals.

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

¿Estás seguro que quieres abandonar la página?

Al abandonar la página perderás el progreso del juego.