1 9 12
17
10 16
2
15
3 14
4
8
18
5 11
6
13
7

Crossword: Linear Search

Across

1. The scenario in which an algorithm takes the shortest time to complete.

2. A step-by-step process for solving a problem or achieving a specific goal.

3. A list that is not sorted according to any specific criterion.

4. The scenario in which an algorithm takes the longest time to complete.

5. The scenario in which an algorithm's execution time falls between the best-case and worst-case scenarios.

6. A measure of time complexity in which the execution time increases linearly with the size of the input.

7. A single item in an array or list.

Down

8. The process of finding a specific value within an array or list.

9. A measure of how well an algorithm uses time and/or space resources.

10. An operation used in a linear search to compare each element of the list with the specified value.

11. The time taken to execute an algorithm or program.

12. A collection of elements of the same data type, stored in contiguous memory locations.

13. A position number indicating the location of an element within an array or list.

14. Algorithm that searches for a specific element in a list or array by checking each element one at a time.

15. A data type that can have one of two possible values, usually true or false.

16. Algorithm that searches a list or array one item at a time in a linear fashion.

17. A mathematical notation used to describe the time complexity of an algorithm.

18. A measure of how much time and/or space is required to execute an algorithm or program.


🖶

Shortcuts

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