How to Build a Binary Search Tree in JavaScript

Michael Stromberg
JavaScript in Plain English
8 min readSep 23, 2021

--

Photo by veeterzy on Unsplash

Data structures are all around us, but you often don’t notice them unless you’re a software engineer or data scientist. Data structures are fundamental to computer programming and working with data in general. Having a strong grasp of data structures and their inner workings is critical to succeeding in these fields, so taking the time to learn about them in detail can be very rewarding.

--

--