Search Insert Position (LeetCode 35) | Full solution with examples animations | Study Algorithms

  Рет қаралды 13,360

Nikhil Lohia

Nikhil Lohia

Күн бұрын

Пікірлер: 35
@pragmaticcoder6910
@pragmaticcoder6910 8 ай бұрын
Good explanation. Please do more videos on Leet Code problems. Appreciate your efforts !
@astronaut22
@astronaut22 2 жыл бұрын
your teaching is good, I wached so many videos but dont understand about last part. But from your video I got that. keep it up and thanks
@nikoo28
@nikoo28 2 жыл бұрын
Thanks for your kind comment :)
@shuwenzhao5126
@shuwenzhao5126 2 жыл бұрын
Thanks! After watching many videos, finally find one I can understand....
@nikoo28
@nikoo28 2 жыл бұрын
So happy you found it useful :)
@prathijathiruppathy985
@prathijathiruppathy985 2 жыл бұрын
Thank you for teaching this. You are doing a great job.
@amanprajapati3417
@amanprajapati3417 2 жыл бұрын
your explanations is the best sir you deserve more followers ♥♥♥♥♥♥♥♥♥♥♥ Thanks for the video sir
@nikoo28
@nikoo28 2 жыл бұрын
Thanks for the lovely comment.
@sandeepnarwal8782
@sandeepnarwal8782 Жыл бұрын
I love your talking speed ❤😊 it really helps to understand the solution
@nikoo28
@nikoo28 Жыл бұрын
so happy to read this :)
@everyontech2716
@everyontech2716 Жыл бұрын
Last approach gives TLE. time lime execced. Code :- class Solution: def searchInsert(self, nums: List[int], target: int) -> int: l = 0 h = len(nums) - 1 while(l target : h = mid -1 else: l = mid +1 return l
@nikoo28
@nikoo28 Жыл бұрын
try putting some print statements in your code to get the values of l, mid and h....that will help you. Most likely you are running into an infinite loop.
@everyontech2716
@everyontech2716 Жыл бұрын
@@nikoo28 yes it works. Thank you so much
@Princyy
@Princyy 3 ай бұрын
Best in buisness, Thanks NIkhil
@pulastyadas3351
@pulastyadas3351 2 жыл бұрын
best explanation sir... i have ever followed. please keep continue
@tejasdonadkar352
@tejasdonadkar352 Жыл бұрын
i think there is some error at timestamp 12:02 high = mid -1 and mid = 2 so high should be 2-1 = 1 but you wrote 2
@nikoo28
@nikoo28 Жыл бұрын
you are correct. I missed some values while doing the dry-run, but the code works for sure.
@samsulalam3848
@samsulalam3848 9 ай бұрын
yes i also found the same
@arshuarshad1551
@arshuarshad1551 9 күн бұрын
i really confused that because of
@yelururao1
@yelururao1 Жыл бұрын
greate explantion bro..
@mikedelta658
@mikedelta658 10 ай бұрын
Thank you!
@neeraj1954
@neeraj1954 10 ай бұрын
thank you🥰
@khushuu5802
@khushuu5802 Жыл бұрын
Awesome explanation 🙂
@thekannadacoder8134
@thekannadacoder8134 2 жыл бұрын
thank u sir
@xiaoyuli6008
@xiaoyuli6008 2 жыл бұрын
Thanks.
@erey2790
@erey2790 2 жыл бұрын
Thank you for the content
@nikoo28
@nikoo28 2 жыл бұрын
Always welcome 😄
@CodeOs5
@CodeOs5 2 жыл бұрын
teacher we want at our colleges
@DhundupTseringOfficial
@DhundupTseringOfficial Жыл бұрын
this code at the end doesn't pass the leetcode pre tests though...
@nikoo28
@nikoo28 Жыл бұрын
Check the code in the video description :)
@DhundupTseringOfficial
@DhundupTseringOfficial Жыл бұрын
@@nikoo28 yeahh my bad it works, my while() condition was while(low!=high) but you had low
@rakeshbabu4790
@rakeshbabu4790 2 жыл бұрын
👌👌👌👌
@DeepakKumar-oz5ky
@DeepakKumar-oz5ky 10 ай бұрын
Thank u sir
@nikoo28
@nikoo28 10 ай бұрын
So nice of you
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 80 МЛН
Search Insert Position - Binary Search - Leetcode 35 - Python
13:42
Search Insert Position | Java | Leetcode 35 | Binary Search
12:27
SkillYaan | Deepali Shinde
Рет қаралды 591
How to: Work at Google - Example Coding/Engineering Interview
24:02
Life at Google
Рет қаралды 7 МЛН
小路飞还不知道他把路飞给擦没有了 #路飞#海贼王
00:32
路飞与唐舞桐
Рет қаралды 80 МЛН