jkpasaoa / lab-sorting-algorithms-merge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting Practice

Getting started

  1. Fork and clone this repository.

  2. Navigate to the cloned repository's directory on your command line. Then, run the following command:

    npm install
    

    This will install the libraries needed to run the tests.

  3. Open up the repository in VSCode. Follow the instructions below to complete the Lab.

Tests

To run the tests, you can run the following command from the command line. You will need to be in the root directory of your local directory.

npm test

This will run the test output once.

There are four arrays to work with; please view the /data folder.

Each function has a comment for what the function should sort and how it should be sorted.

The cat art has prices listed in dollars or the latest greatest crypto currency called Pluto Pluto Coin ♇♇ - the current market rate of Pluto Pluto Coin is $10 for one coin.

About


Languages

Language:JavaScript 100.0%