nicktu12 / sorting-suite

TDD for bubble sort, merge sort, insertion sort and quick sort.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting Suite

The goal of this project was to develop algorithms for Bubble Sort, Merge Sort, Insertion Sort and Quick Sort. screen shot 2017-12-04 at 8 40 14 pm

Getting Started

Install npm on your local machine. Clone down this repository to get started.

Installing

Ensure the following developer dependecies have been installed in your package.json file.

  "devDependencies": {
    "babel-cli": "^6.22.2",
    "babel-core": "^6.22.1",
    "babel-preset-env": "^1.1.8",
    "babel-preset-es2015": "^6.22.0",
    "chai": "^3.5.0",
    "mocha": "^3.4.2",
    "webpack": "^3.3.0"
  }

Running the tests

Execute the following command to run the test suite:

npm run test

Built With

  • Chai - Testing library
  • Mocha - Testing framework
  • es6 - JS syntax

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

TDD for bubble sort, merge sort, insertion sort and quick sort.

License:MIT License


Languages

Language:JavaScript 100.0%