I am writing a program that uses a circular array to hold the int values and was just wondering if it was possible to use a linear search to find the lowest number in the circular array. I have used linear search before on 1d and 2d arrays but this is the first time i have used a circular array.
Thanks !!