1 10 12
9
13
14
2
3
4
5
6 11
7
8

Crossword: Bubble Sort

Across

1. A sorting algorithm that rearranges the original array without using additional memory.

2. The time or space complexity of an algorithm when it receives the best input possible.

3. The speed and effectiveness with which a task is completed, measured in terms of time and resources used.

4. A sorting order in which the items are arranged from smallest to largest.

5. The process of repeating a set of instructions until a specific condition is met or a particular outcome is achieved.

6. A sorting algorithm that keeps the original order of elements with equal values.

7. A sorting order in which the items are arranged from largest to smallest.

8. The time or space complexity of an algorithm when it receives average inputs.

Down

9. The amount of time it takes to complete a task as the input size increases.

10. The process of checking two items and determining which one is greater or smaller than the other.

11. Algorithm that repeatedly compares adjacent items in a list or array and swaps them until everything is sorted.

12. The process of improving the performance of an algorithm by reducing its time or space complexity.

13. The amount of memory used by an algorithm as the input size increases.

14. The time or space complexity of an algorithm when it receives the worst input possible.


🖶

Shortcuts

Left: ⇤ Right: ⇥ Up: ↑ Down: ↓