Skip to content

jvincent-dev/neetcode

Repository files navigation

Set Up

  • Make sure Nodejs is installed
  • Run node -v && yarn -v to check node and yarn are installed
  • Run npm install or yarn install to install dependencies
  • Run npm start or yarn start to run updates on index.js

Run Tests

  • Run yarn test to test if solution passes all tests cases
  • Feel free to add tests in the existing format to see if my solutions pass

Releases

No releases published

Packages

No packages published