Skip to content

luckyluck/js-data-structures

Repository files navigation

JavaScript implementation of data structures

Used resources:

You can find links in some files that I found interesting and useful for understanding

How to run

You can use next command to run an exect file in the command line:

babel-node --presets es2015 file_path/file_name.js

or via nodemon if you want life reload:

nodemon file_path/file_name.js --exec babel-node

Repository structure

Usually, you can find challenges folder in each structure folder: it contains different additional taks and implementations whicl could be useful to see.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published