SomayaB / core-algorithms

Tests and implementations for algorithms commonly used in job interviews.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Core Algorithms

#158 Core Algorithms [Classic, Numeric, and Set] #filthy-gerbil Somaya Bounouar http://jsdev.learnersguild.org/goals/158-Core_Algorithms-Classic_Numeric_and_Set.html

Tests and implementations for algorithms commonly used in job interviews. See the full list in the algorithms.md file.

Base repository for the Core Algorithms goal.

Installation and Setup

Use the "npm i" command to install the dependencies.

Use the "npm run test" command to run the tests in the terminal.

Use the "npm install --save-dev eslint" command to install the linter ESlint in the JSON file. Use the "eslint --init" command to configure ESlint. Use the "eslint [filename or folder name]" command to lint through your files.

About

Tests and implementations for algorithms commonly used in job interviews.

License:MIT License


Languages

Language:JavaScript 100.0%