Skip to content

JavaScript implementations of Data Structure, Algorithms and Programming Problems from various sites. Sites like LeetCode, HackerRank, CodeChef, SPOJ, Codewars etc. This project will help users to reuse concepts from these sites.

License

Notifications You must be signed in to change notification settings

js-algo-ds/js-algo-ds

Repository files navigation

JSAlgoDS

codecov License: MIT code style: prettier

JavaScript implementations of Data Structure, Algorithms and Programming Problems from various sites. Sites like LeetCode, HackerRank, CodeChef, SPOJ, Codewars etc.

This project will help users to reuse concepts from these sites.

Algorithms

LeetCode

Easy

Using the npm Package in Your App

To use these data structures and algorithms in your own app, follow these steps:

  1. Install the npm package using yarn add js-algo-ds (or npm install js-algo-ds)
  2. Import any of the exported modules like import { twoSum } from 'js-algo-ds' and use.

Yarn Commands

For a complete list, see package.json.

  • yarn install: Installs dependencies
  • yarn build: Generates the minified build from the source code using Rollup
  • yarn dev: Generates the minified build from the source code using Rollup with watcher
  • yarn lint: Runs eslint to lint JS files
  • yarn test: Runs all tests
  • yarn test:watch: Runs tests in watch mode
  • yarn test:coverage: Runs all tests and includes coverage report

Contributing

Please see the Contributing Guidelines.

Code of Conduct

The Code of Conduct can be found here.

Inspired By / Reference

About

JavaScript implementations of Data Structure, Algorithms and Programming Problems from various sites. Sites like LeetCode, HackerRank, CodeChef, SPOJ, Codewars etc. This project will help users to reuse concepts from these sites.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published