Merge Sort in C++

Goal

Code a merge sort function

Takeaways

  • Classes and objects, private member functions
  • Pointers, functions, and arrays
  • Dynamic memory allocation, array member variables
  • Sorting algorithms and computational complexity
  • The merge sort algorithm

Disclaimer

  • Due to the Univeristy of Pittsburgh's academic integrity policy, I am unable to publicly provide detailed information on my design process, and final design of this project. If you are in need of any more clarification you can contact me here.