0.0.2 • Published 2 years ago

js-algo-ds v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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