Skip to content

Create 153. Find Minimum in Rotated Sorted Array.md#42

Open
tokuhirat wants to merge 1 commit into
mainfrom
153.-Find-Minimum-in-Rotated-Sorted-Array
Open

Create 153. Find Minimum in Rotated Sorted Array.md#42
tokuhirat wants to merge 1 commit into
mainfrom
153.-Find-Minimum-in-Rotated-Sorted-Array

Conversation

@tokuhirat
Copy link
Copy Markdown
Owner

right = middle
else:
left = middle + 1
return nums[left]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

いいと思います。

Copy link
Copy Markdown

@ryosuketc ryosuketc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants