Insertion Sort - Part 2

  • + 2 comments

    In the C++ code, why switch from vectors in Part 1 to C arrays in Part 2??