/js-merge-sort

Just a Java Script implementation of the merge sort algorithm

Primary LanguageJavaScriptMIT LicenseMIT

Merge Sort algorithm - JS implementation

Just an implementation of merge sort in Java Script, as a node.js command line script.

Example

node mergeSort.js '[3,2,1]'

Example

cat myArray.txt | node mergeSort.js