I once again read the book Introduction to Algorithms and use this repo to implement some of the algorithms for the sake of fun. The code is written in JavaScript (ES6) and can be run from the terminal:
$ babel-node sort/run.js
$ babel-node search/run.js