CS174: Merge Sort Exercise (2 Points)
Developed by Professor Tralie and Professor Mongan.Exercise Goals
The goals of this exercise are:- Work with pointers and array indices in C++
- Implement recursive methods
- Implement merge sort
merge
method to merge two sorted arrays into one larger sorted array, which is the key step to combine recursive problems in merge sort. Click here to watch a video I made on merge sort if you'd like some help with this step. You can also watch a cute video here on a dance for merge sort.
Welcome to our online modules system!
Be sure to log in with your Urinus ID
before you proceed.
For example, Professor Tralie's ID is ctralie.
If you are not an Ursinus student, that's fine!
Just make something up, and you can still run everything