Hello everyone, I am a beginner coder who works hard to improve. Recently, I have noticed that I need to solve more binary search questions to improve. So I filtered the problemset with binary search and set the difficulty range to 1400-1500. But, most problems only use binary search algorithm to only improve the time complexity. Could anyone suggest a resource that I could use just to improve my binary search? Thank you for your interest.
I think the USACO Guide Binary Search section is a pretty good resource for improving at binary search.
Thank you very much, I will check it out today :)
I think it's the place to solve questions and make you better at solving. but what would you say about the theory part?
Try "Binary Search" section of CF Edu course.
Thank you very much, would you recommend it for other topics too like graphs?
If you want to learn graph theory topics then I think these 2 playlists on YouTube are great. Playlist-1 Playlist-2
Wow, this is great!!! Thank you very much! Superb playlist. I know Prim's and basic DFS and BFS but I have lots of gaps int terms of fundamentals and this will definitely help a lot.
try to solve leetcode binary search problems. This will help you
Thank you for your advice, I have watched Errichto solve some of em in a stream before, nontheless I better check the rest of em too.
-> The following problems can be solved using
Binary Search
with aMonotonic Predicate Function
. You can practice:-> Tutorial Link {Language : Hindi}
Amazing questions, thank you very much for your attention