Skip to content

learn-co-students/merge-sort-lab-nyc-clarke-web-071519

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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