In-place-sorting Using "in-place" sorting algorithms to sort arrays in C++. This C++ program uses Selection Sort and Insertion Sort. Done for a Data structures class.