My latest book "Backend Developer in 30 Days" is out! You can get it at Amazon
Pedro Marquez

Written by Pedro Marquez who lives and works in Austin, Texas, doing all things front-end (and some back-end too).

Tag: heap

A hero image for this post

Building a performant heap (priority queue): A deep dive

November 03, 2022

Priority queues are one of the data structures that any software engineer must learn how to use.

In this post, we will build a performant heap, and visualize each of its operations through animations.