July 2024
Beginner to intermediate
280 pages
7h 25m
English
In this chapter
So far, we have discussed data structures that allow us to retrieve stored data based on the position of elements. For arrays and linked lists, we can retrieve elements based on their position in the data structure. For stacks and queues, the next element that can be retrieved is at a specific position.
Now we introduce key-based data structures, sometimes ...
Read now
Unlock full access