Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 295 Bytes

File metadata and controls

26 lines (18 loc) · 295 Bytes

Sorting Algorithms in JavaScript

Introduction

Sorting algorithms.

Features

  • Sorting
  • Testing

PREREQUISITE

  • Node JS
  • Mocha
  • Npm

Run

In the MergeSort.js file.

merge( array );

Testing

From project root.

npm test

Feedback