Description
In this course you will :
- Learn about hash maps, the efficient key-value storage used in many different programming languages, and then implement one yourself
- Learn the tree data structure using Python and create an adventure game
- Learn the data structure of heaps using Python. A heap is a specialized type of tree with many applications
- Learn the graphs data structure using Python. Graphs are the perfect data structure for modeling networks