amrtgaber / programming-practice

Programming practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programming Practice

Build Status Codeship Status for amrtgaber/programming-practice Coverage Status Dependency Status Code Climate Issue Count License: MIT

Practice and test programming problems.

It's recommended to come up with the algorithm and write the code out by hand before implementing the solution.

Instructions

  1. Install node
  2. npm install
  3. npm test

Scripts

npm run lint
npm test
npm run cover

There is also a test watch script.

npm run test:watch

Adding new problems

Test script runs every .spec.js file in the project. Add new problems by creating a .spec.js along with any file or folder structure that clearly encapsulates the problem.

About

Programming practice

License:MIT License


Languages

Language:JavaScript 100.0%