Across
- 3. Matrix Algorithm for efficient matrix multiplication.
- 5. Sort Sorting algorithm that uses a pivot element.
- 7. and Conquer Algorithmic strategy involving breaking a problem into smaller subproblems.
Down
- 1. Element around which elements are rearranged in sorting algorithms.
- 2. Sort Sorting algorithm that divides the array in half recursively.
- 4. Method of solving problems by breaking them down into smaller instances of the same problem.
- 6. Search Efficient search technique used on sorted arrays.
