Skip to content

Commit

Permalink
Update find-minimum-in-rotated-sorted-array.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 committed May 12, 2016
1 parent 828b796 commit 00af47b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion C++/find-minimum-in-rotated-sorted-array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ class Solution {
}

return nums[left];

}
};

0 comments on commit 00af47b

Please sign in to comment.