Exercise: Cyclically Shifted Array
Challenge yourself with an exercise in which you'll have to return the index of the smallest number in a cyclically shifted array.
We'll cover the following...
Problem
You are required to write a function that determines the index of the smallest element of the cyclically ...