Computer Science - Data Structures - Linked lists - Treasure Hunt Chain
A treasure hunt where each clue leads to the next location. Clue 1 (Library): 'Your next clue is at the... Cafeteria!' Clue 2 (Cafeteria): 'Next: go to the Gym!' Clue 3 (Gym): 'Next: check the Office!' Clue 4 (Office): 'TREASURE FOUND! (this is the TAIL - it points to NULL/None)'. After completing: