LeetCode Day 19 - Search in Rotated Sorted Array

Опубликовано: 27 Сентябрь 2024
на канале: Errichto Algorithms
40,108
1.1k

We have a binary search problem today: given a sorted array after shifting like [4, 6, 9, 2, 3], find a target value X. Watch my lecture about binary search here:    • Binary Search tutorial (C++ and Python)  
Leetcode holds a 30-day Challenge in April with a new coding interview problem appearing each day, here's contest link: https://leetcode.com/explore/featured...

Subscribe for more educational videos on algorithms, coding interviews and competitive programming.

- Github repository: https://github.com/Errichto/youtube
- Live streams on 2nd YT channel and on Twitch:    / errichto2   &   / errichto  
- FB and Twitter:   / errichto   &   / errichto  
- Frequently Asked Questions: https://github.com/Errichto/youtube/w...

#Coding #Programming