JavaScript Data Structure This project implements the data structure concepts presented in the book Grokking Algorithms by Aditya Bhargava. Algorithms Binary Search Selection Sort Divide & Conquer Quick Sort Project Setup Run yarn to install all dependencies. Run yarn start to run the project. Run yarn test to test project.