Skip to content

personal-island9353/algorithms-js

Repository files navigation

About this project

Code to work along the Data Structures and Algorithms in JavaScript book from Federico Kereki

Getting started

  • Setup nodejs:
nvm use
  • Install dependencies:
npm install

Useful commands

Format code

npm run format

Lint code

npm run lint

Run tests

npm run test

Run tests in watch mode

npm run test:watch

About

Code to work along the Data Structures and Algorithms in JavaScript book from Feuderico Kereki

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published