One of our 7 good resolutions for the new year was to learn our data structures. Indeed, using the right data structure simplifies the code, and knowing them lets you understand the code that uses them. Let’s see two related data structures, heaps and priority queues. This is a deep topic that we are going to […]