How To Create A Binary Heap In JavaScript

Part 7 of the Data Structure series with JavaScript

Chad Murobayashi
JavaScript in Plain English
5 min readDec 21, 2020

--

Photo by Todd Quackenbush on Unsplash

In this article, we will be taking a look at another type of data structure, Binary Heaps. If you are not familiar with trees, I recommend checking out the article below first.

--

--