HackerRank solution for the problem called Running Time of Algorithms, in C++. This problem solving exercise expects us to implement the Insertion Sort algorithm to an array in C++, and count the number of shifting operations during the sorting of the array.
All HackerRank solutions on GitHub (please leave a star): https://github.com/IsaacAsante/Hacker...
Link to the HackerRank problem: https://www.hackerrank.com/challenges...