A javascript implementation of merge sort.
  • JavaScript 56.8%
  • HTML 43.2%
Find a file
2015-01-21 15:20:48 -05:00
index.html A javascript implementation of merge sort tested with jasmine. 2015-01-21 15:20:48 -05:00
MergeSort.js A javascript implementation of merge sort tested with jasmine. 2015-01-21 15:20:48 -05:00
MergeSort.spec.js A javascript implementation of merge sort tested with jasmine. 2015-01-21 15:20:48 -05:00
README.md A javascript implementation of merge sort tested with jasmine. 2015-01-21 15:20:48 -05:00

An implementation of MergeSort, an efficient sorting algorithm. Also Jasmine is used for unit testing the function.