Across
- 3. : Simplest searching method — checks each element one by one.
- 5. : Linear data structure that follows LIFO principle.
- 7. : Algorithm used to arrange data in ascending or descending order.
- 8. : Hierarchical structure with root and branches.
Down
- 1. : Linear data structure that follows FIFO principle.
- 2. : Data structure consisting of nodes connected by pointers.
- 4. : In a linked list, each node contains data and a ______ to next node.
- 5. : Data structure used in function call recursion.
- 6. : Collection of elements identified by index.
- 8. : Non-linear data structure used for searching and sorting.
