What is hi-lo-hi?
- by HollerTrain
I have a project in C but have no clue what 'hi-lo-hi' is:
The function is to count how many occurrences of hi – lo – hi in an array. For example, given the target array of 0 7 4 3 5 2 1 6, there are two occurrences. So the function would return the value of 2.
Any help would be greatly appreciated.