C/C++ Coding Exercise – Find Minimum in Rotated Sorted Array – Leetcode Online Judge
October 16, 2014
c / c++, code, code library, implementation, leetcode online judge, programming languages
No Comments
Here is another nice coding exercise from Leetcode Online Judge: https://oj.leetcode.com/problems/find-minimum-in-rotated-sorted-array/ Assume a sorted array is rotated at some pivot unknown to you beforehand. (i.e., 0 1 2 4 …