Challenge: Left Rotate Array
Test your knowledge by solving a challenge in this lesson.
Problem statement
Your task is to write a function left_rotate
. Your function signature would be:
The input array arr[ ]
will contain the values of type int
...