Skip to content

jrodden1/merge-sort-lab-g-416

 
 

Repository files navigation

Merge Sort Lab

In this lab we will ask you to implement merge sort. We will break this into steps.

  1. Implement a function that first finds and removes the smallest element in a sorted array.
  2. Implement the merge function to combine two sorted arrays into one larger array.
  3. Implement the mergeSort algorithm using the previous functions that you wrote.

You got this.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.6%
  • HTML 13.4%