Across
- 4. Describes a process that involves repetition of steps.
- 6. Algorithm for efficient matrix multiplication.
- 7. Efficient search technique used on sorted arrays.
Down
- 1. Sorting algorithm that uses a pivot element.
- 2. Algorithmic strategy involving breaking a problem into smaller subproblems.
- 3. Element around which elements are rearranged in sorting algorithms.
- 5. Sorting algorithm that divides the array in half recursively.
