Implement a pure function that takes an array of numbers as an argument and return the array sorted. The sorting must be done through the merge sort algorithm
- C
- C++
- Java
- JavaScript/Typescript
- Python
- go
- Update and sync your personal repo with 7 Days of Algorithm GitHub repo.
- Add your submission as a markdown file that includes your code and
an explanation of your code to
Challenge 1
folder. You can use this submission template for reference. Do no directly editSubmission Template.md
or delete it. Copy and paste it's content to your markdown file instead. - The file name of your markdown file should be your full name.
- Once you've added your markdown file to the folder, open a PR against main repo. An open pull request is considered a successful submission.