Пікірлер
@anandkumarnitrourkela7404
@anandkumarnitrourkela7404 27 минут бұрын
Your explaination is just mind blowing
@Amankhan-vz5oy
@Amankhan-vz5oy 53 минут бұрын
awesome course really enjoy the way you teach i hope in future we get more this type of course
@user-db9mf1hg2r
@user-db9mf1hg2r Сағат бұрын
the only place where i got the code of rabin_karp
@gauravranade1128
@gauravranade1128 Сағат бұрын
ok i have paused the video at 15:01 . Q1 code: class Solution { public int searchInsert(int[] arr, int target) { int start = 0; int end = arr.length-1; boolean isascending = arr[start]<arr[end]; if (arr[end]<target) { return end + 1; } if (isascending) { for(int i = 0;i<arr.length;i++){ if (arr[i]>target||arr[i]==target) { start = i; break; } } return start; } else{ for(int i = 0;i<arr.length;i++){ if (arr[i]>target||arr[i]==target) { end = i; } } return end; } } } it is working. i know time complexity may be fu*ked up but i'm just a beginner lmaoo
@LaLTamatar-li5zv
@LaLTamatar-li5zv 2 сағат бұрын
IM VERY GLAD THAT KUNAL YOUR BACK... KEEP IT UP 👍
@romarai5448
@romarai5448 2 сағат бұрын
Best course❤🎉
@programer_hub
@programer_hub 5 сағат бұрын
great video
@kingmunna3864
@kingmunna3864 7 сағат бұрын
Complete DSA playlist
@sushilkumar-oo1bw
@sushilkumar-oo1bw 8 сағат бұрын
Can i use python to solve dsa ….
@lollxxd6141
@lollxxd6141 8 сағат бұрын
cool glasses
@anshuldogra7607
@anshuldogra7607 11 сағат бұрын
small suggestion for Q5 Easier condition before applying binarySearch while(target > arr[end]) { start = end; end = end * 2; // increase the size by 2 }
@adityaroshan1688
@adityaroshan1688 15 сағат бұрын
This is very great playlist. thank you very much
@MahmudulHasan-jy7ww
@MahmudulHasan-jy7ww 16 сағат бұрын
Congratulations for 600k
@sanyamsah3176
@sanyamsah3176 16 сағат бұрын
1:09:00
@ashutoshchauhan7681
@ashutoshchauhan7681 17 сағат бұрын
best explanation
@facton8033
@facton8033 20 сағат бұрын
hlw everyone, actually i'm having problem to find out the notes of these lectures....can anyone help me out.........or just tell me the process that where can i find out the notes which bhaiya is saying that'll be very helpfull.....
@prajwalm.s7976
@prajwalm.s7976 21 сағат бұрын
What happened to other videos in the playlist
@user-xn6pv7cd6x
@user-xn6pv7cd6x 21 сағат бұрын
Kunal a doubt, in question 5(infinite array): you have declared target as 10 its working fine, but after that for the next block of the array if we choose an element as target(for ex:100) its giving an exception(ArrayIndexOutofBounds) any solution for this?
@pikayaan
@pikayaan 21 сағат бұрын
FOR Q.6:- A Brute force solution could be finding out the maximum of the array and returning its index value:- class Solution { public int peakIndexInMountainArray(int[] arr) { int m=0; for(int i=0;i<arr.length-1;i++){ if(arr[i]<arr[i+1]) m=i+1; } return m; } }
@64aashishchaudhary5
@64aashishchaudhary5 21 сағат бұрын
??
@aliyanbalouch8603
@aliyanbalouch8603 23 сағат бұрын
sir mein devops bootcamp wali playlist sy devops sekh raha tha pr ap ny playlist sy sari video del kun kr di🥲
@PiyushYadav-pl9jm
@PiyushYadav-pl9jm Күн бұрын
I don't understand the answer at 52:00. What is n here? the original number?
@Siyadsiddik
@Siyadsiddik Күн бұрын
maruthi for 1 lack 💀
@ritiksharma8137
@ritiksharma8137 Күн бұрын
Bro please complete the series
@ashishkumawat6110
@ashishkumawat6110 Күн бұрын
Hey future me, drop your review here after completing this course.
@malaramakrishna1710
@malaramakrishna1710 Күн бұрын
I am just confusing with primitives and objects😢
@MuhammadArslan-px1sm
@MuhammadArslan-px1sm Күн бұрын
Very good Kunal Bhai ❤
@romarai7511
@romarai7511 Күн бұрын
Thank you so much for making things so easy.❣❣❣❣❣❣
@shaheedk-sm7ho
@shaheedk-sm7ho Күн бұрын
50 45 40 35 30 25 20 15 10 5
@170_akashgupta_cse2
@170_akashgupta_cse2 Күн бұрын
It is not for the beginners And each topice is not mentioned clearly
@21BIT024DHEENAP
@21BIT024DHEENAP Күн бұрын
Hey kunal , I like this way of teaching it gives wonderful experience and efficient learning thank you!!!!!!
@GokulavasanJee
@GokulavasanJee Күн бұрын
top notch video
@hexadecimalhexadecimal5241
@hexadecimalhexadecimal5241 Күн бұрын
1:39: 44 --> end > start doesnt work for me, but start > end works.
@vedikamishra009
@vedikamishra009 Күн бұрын
18:45
@BhuvaneswariPeathaperumal
@BhuvaneswariPeathaperumal Күн бұрын
Your videos are very hwlpful to learn a lot. Heartful thanks to you . If possible please make one full stack colne project that will helpful for who ever learning new things.
@KunalKushwaha
@KunalKushwaha Күн бұрын
As soon as possible
@harshsharma1661
@harshsharma1661 Күн бұрын
please create video for window users, many commands are not working
@jaiminbhatt2582
@jaiminbhatt2582 Күн бұрын
Great video
@typingAshish
@typingAshish Күн бұрын
shoutout
@MohammedAnees-pz3ys
@MohammedAnees-pz3ys Күн бұрын
amazing
@the_epic_rishav
@the_epic_rishav Күн бұрын
Negative canthal tilt + big nose + short frontal face + uneven thirds, on top of that short height...It didn't begin for u lil bro. Go and sleep instead of making videos
@rajsumanth9
@rajsumanth9 Күн бұрын
Really appreciated your way explanation with clarity ❤😊
@arshadmirza6189
@arshadmirza6189 Күн бұрын
Liked, Shared, Subscribed
@rajsumanth9
@rajsumanth9 Күн бұрын
Super explanation ❤😊
@SayanBanik-lh1rq
@SayanBanik-lh1rq Күн бұрын
This is the best time and space complexity video. But can you pls explain how to solve this recurrence relation f(n) = f(n-1) + 1. Again it was amazing thnx
@lavanyaym3453
@lavanyaym3453 Күн бұрын
Wonderful video with lot of useful information
@dhawalparmar7117
@dhawalparmar7117 Күн бұрын
Kunal please make video of graph dsa
@unemployedcse3514
@unemployedcse3514 Күн бұрын
guys I know vedios good , but pls don't follow blindly for primitive variables values are not stored in heap, it is stored in stack , and 10 is not object
@KunalKushwaha
@KunalKushwaha Күн бұрын
you are wrong, i am not talking about java here. i mentioned 10 in this video as object, which is true for other languages. I cant present complex object on lecture one.
@grandparick3176
@grandparick3176 Күн бұрын
Wake up babe, new kunal video just dropped. Can't wait to see all the beggars spamming DSA comments.
@MohanapriyaGanta
@MohanapriyaGanta 9 сағат бұрын
What is your problem
@Unknow5529
@Unknow5529 Күн бұрын
Hello Bhai when will you do dp and graph???😊
@abhinavsingh3005
@abhinavsingh3005 Күн бұрын
please bring dp and graph series