
Data Structures and Algorithms
Ladybug Podcast
00:00
How to Use Objects in Your Day to Day Programming Life
Kelly: Sets are my most underrated data structure. They're one of my favorites. Searching in them is super, super performance. So if you're trying to see if an item is in a collection of data, using a set is the best option there because it's really, really efficient. And with that, let's kind of transition into talking about objects, maps and heaps,. Because they're all pretty similar. Kelly: Objects are just a collection of key value pairs. We use them for a lot of things, especially in JavaScript because JavaScript uses prototypal inheritance.
Transcript
Play full episode