5 Types of Patterns in Binary Search | DSA Pattern Series 2

preview_player
Показать описание


Tags
DSA
Google Interview Question
Faang Interview Question
Problem solving
Intersection of intervals
merging of intervals
graphs
dynamic programming
priority queues
binary search
aggressive cows
painter partition
heaps
minimum number of meeting rooms
leetcode
geeks for geeks

#riddhidutta #dsa #datastructure #dsapatterns #google #amazon #amazonsde #softwareengineering #codinginterview #codinginterviewquestions #binarysearch
Рекомендации по теме
Комментарии
Автор

When I started doing DSA, I did it for fun and the love of problem solving. But cracking interviews, it needed something more. How would you find out the type of questions/patterns asked in interviews? There used to be very less resources back then, and I figured out these, by myself. Going to share this on my channel, whatever I have figured out so far. Comment out the next topic you need. Thanks and best of luck.

riteriddhi
Автор

Use low + (high - low) / 2 to avoid overflow situations.

stith_pragya
Автор

Thanks a ton for this wonderful video....🙏🙏🙏

stith_pragya
Автор

This is really needed. Thank you Riddhi da. Keep this pattern recognition series coming!

proghead
Автор

I found out reason for (l+h)/2 on GFG by solving binary search problem. if u use (l+h)/2 then it will throw error in large number of test cases so use l+(h-l)/2

hiteshbhatia
Автор

Another great content dada, keep this series ongoing. Would be great if the next one is on Sliding Window or Subsets.

amitrajitdas
Автор

These are really helpful in both revision as well as learning new pattern of problems!

soumavabanerjee
Автор

You are phenomenal bro.Thanks from the bottom of my heart

diveshrajput
Автор

With so many binary search resources, this surely is the best one to summarize all the qs under one roof..! Thanks dada

akashkinkarpandey
Автор

riddhi bhai thanks a lot for these patterns...highly useful to build intuition when a new question comes up no other youtuber has made such pattern other than you and kunal kushwaha..thanks please continue with such pattern videos for all the datastructures and waiting eagerly for DP pattern thank you so much!!!!

litheshshetty
Автор

And for the Pythonistas there's neetcode's solutions for some or most of these binary search problems. It's short and to the point.

pawelsb
Автор

Binary search on answers are the most tricky ones. Type 5 🙂. Unique content Riddhi da ♥️

sudiptaghosh
Автор

Binary search on answers is very important topic..Book allocation, aggressive cows r the core of this topic

mridulsarma
Автор

good job Keep adding more sheets like these.
Really helpful.

rishh
Автор

please do not stop these series bhaiya please.Very Helpful.

pariveshshinde
Автор

Please continue this series of patterns in DSA.

It really helps to build intuition

roshanmhatre
Автор

Riddhi da Thank you this playlist will be gold in present or future 😊

MR_TANMAY_YT
Автор

Very informative video bhaiya, pls aage bhi essi hi pattern pr video laiyega it help us a lot.

aniruddhkumar
Автор

I think once this playlist is completed it will be definitely a revolutionary one ...

akashsaraf
Автор

Thank you so much sir, it's the most important thing for us, if i could understand the pattern then half of the question is already solved.

de_ansh