Sort Algorithm Key Vocabulary
Across
- 1. One full sweep through a list in Bubble Sort.
- 3. Placing a value into the correct position in a sorted section.
- 5. A step‑by‑step method to solve a problem.
- 7. Splitting a problem into smaller parts and solving each one.
Down
- 2. A method used to arrange data into a specific order.
- 4. Combining two sorted lists into one sorted list.
- 6. Exchanging the positions of two values.