Leetcode - Find Minimum in Rotated Sorted Array (Python)

preview_player
Показать описание
August 2021 Leetcode Challenge
Leetcode - Find Minimum in Rotated Sorted Array #153
Difficulty: Medium
Рекомендации по теме
Комментарии
Автор

Usually i watch NeetCode for leetcode solutions, but for this problem i feel like he didn't explain it too clearly. On the other hand, your video is short yet made me fully understand the solution. Thanks

meowmaple
Автор

Your solutions are simple and elegant. Thanks for sharing

trickster
Автор

Hi Tim, I have a question and apologize if very rookie one, is binary search the same as the 2 pointer technique?

toniomz
Автор

[2, 3, 4, 5, 1]
5 actual output
1 required output

failing this TC

balavikashkandukuri