This will contain implementations of different data structures and algorithms.
There are two ways to run this app either on the browser console or node console. Both will live reload.
Node REPL:
"start:repl": "nodemon filename here"
npm run start:repl
Browser:
src="folder/filename"
npm start