zairza-cetb / hacktoberfest-2018

MIT License
20 stars 102 forks source link

merge sort implemented in javascript #210

Closed becomingadarsha closed 4 years ago

becomingadarsha commented 4 years ago

The Pull Request resolves Issue #7

Description: Added the code for implementation of a Merge sort algorithm in JavaScript. Please give your feedback.