Skip to content

Latest commit

 

History

History
 
 

Challenge 4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Challenge 4: Sort Me.

Problem Statement

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

Feel free to use one of following languages:

  • C
  • C++
  • Java
  • JavaScript/Typescript
  • Python
  • go

Submission

  • 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 edit Submission 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.