
Data Structures and Algorithms
Ladybug Podcast
00:00
The Importance of Binary Trees in White-Boarding
Python dictionaries used to not preserve search or input ordered, like objects do in JavaScript. A new version of Python recently made it so that the insertion order is there. So now, I guess, Python dictionaries are maps instead of objects. Let's move on to heaps. They're a tree based data structure trees where there is a parent node and then they have children. Heaps allow you to get the maximum values or the minimum values and have them in a sorted manner.
Transcript
Play full episode