Skip to content

ducknowledges/grokking_algorithms

Repository files navigation

Grokking Algorithms in JavaScript

Technologies used

JavaScript ES6 Node.js Jest ESLint Airbnb Syle Guide


This is the algorithms code implementing in JavaScript from book "Grokking Algorithms"

Maintainability

For implementing I use

  • Language: JavaScript ES6
  • JavaScript run-time environment: Node.js
  • JavaScript Testing Framework: Jest
  • JavaScript linting utility: ESLint
  • JavaScript Style Guide: Airbnb

You can use the environment configuration template for your own code implementing in JavaScript with testing on Jest.

For using you need install the Node.js.

Installation

cd /path_to_working_directory
git clone https://github.com/kononovit/grokking_algorithms.git
make install

Lint

make lint

or

npm run lint <path_to_directory>

Test

make test

or

npm test <path_to_directory>

About

JavsScript solution(whith Jest testing) code examples from "Grokking Algorithms book"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published