Algorithms
Across
- 1. A search to find an item in an ordered list by finding the middle value, comparing to search value and removing the unnecessary half
- 2. Shows the process of an algorithm
- 6. Removing unnecessary data and keeping the necessary
- 7. A logical way of solving a problem
- 8. A sort that starts at the second item in a list, compares it to all the items before it and swaps it if necessary
Down
- 1. A sort that compares the first two items in a list and swaps them if necessary
- 3. A sort that splits a list up into individuals and then orders them again by merging them together
- 4. A search to find an item in an ordered list by starting at the first value and comparing it to search value
- 5. Breaking a complex problem down into smaller problems