Across
- 2. name of position of an element in array
- 3. stores address of next/previous node
- 7. data structure made of nodes connected by pointers
- 10. searching algorithm that repeatedly halves search space
- 11. pointer to the final node in the list
- 12. pointer to the first node in a list
Down
- 1. sort algorithm that builds list one element at a time
- 4. pointer value indicating no next node
- 5. sort algorithm that repeatedly swaps side by side items that are not in order
- 6. structure storing data in rows and columns
- 8. structure containing data and at least one pointer
- 9. visiting each node/element in a structure
