Skip to content

malvdev/sorting-algorithms

Repository files navigation

Sorting algorithms

Sorting algorithms in javaScript.

Contents

Motivation

I wanted to learn how different sorting algorithms work and how to implement them.

Installation

  1. Have Node.js installed.
  2. Clone the project.
  3. Go to the project's folder and run npm install to install dependencies.
  4. Run npm run test to start the tests.

Algorithms

About

Sorting algorithms in javascript.

Topics

Resources

Stars

Watchers

Forks