Linear Search Algorithm - Theory + Code + Questions

  Рет қаралды 886,614

Kunal Kushwaha

Kunal Kushwaha

Күн бұрын

Пікірлер
@KunalKushwaha
@KunalKushwaha 5 ай бұрын
DSA + interview preparation playlist: kzbin.info/aero/PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ
@EvilStorm
@EvilStorm 5 ай бұрын
14hr ago👀
@anukratiagarwal9568
@anukratiagarwal9568 5 ай бұрын
Bhaiya add dp and graph please
@noOne-fe4ni
@noOne-fe4ni 5 ай бұрын
That log trick to find the number of digits was amazing. I never knew about that.
@SandipRathod185
@SandipRathod185 3 ай бұрын
Hello brother, I am .net developer so can i fallow this playlist to learn dsa in c# rather then java?. please reply me iam waiting for you response
@noOne-fe4ni
@noOne-fe4ni 3 ай бұрын
@@SandipRathod185 you can. I am following this course and code DSA in c++.
@animeshmondal2594
@animeshmondal2594 3 жыл бұрын
Finally a course which covers ever minute details .. thanks a lot ... appreciate your efforts ❤
@agyaani8060
@agyaani8060 3 жыл бұрын
Agreed❤💯💯
@dr_davinci
@dr_davinci 3 жыл бұрын
@@harshitgoyal19 😂😂
@abhishekporwal7969
@abhishekporwal7969 3 жыл бұрын
Bhaiya mujhe it me interested hu mene web development sikha he but meri aankho me number jyada he lagbhag 5 . To is vjh se me bhut confuse sa ho rha hu ki mujhe cs field ko chhod dena chahiye kya ? Kyoki cs me to pura din computer pr hi work krna hota he aur me jyada time beth jata hu laptop lekar to sir dard krne lgta he jis vjh se pura focus nhi ho pata. Mujhe histroy, geology ye sb subject boring se lgte he. Isliye mene govt. Exam ki teyari bhi nhi ki. Please bhaiya reply me bhut demotivate ho rha hu
@dr_davinci
@dr_davinci 3 жыл бұрын
@@abhishekporwal7969 bhai health is wealth. Agar sar mein dard hora hai zyada der computer ke samne baithne se, toh thoda kam der baithne ka try maro. Mein pura din baithta hun lappy ke samne meko aisi koi shikayat toh nahi hai , doctor se consult karlo vo kya bolta hai kyunki tumhari ankhon aur dimag ya overall health ki well-being bahot zaroori hai aur doctor is vishay mein tumhe zyada acche se bata payga.
@manassehabraham5589
@manassehabraham5589 3 жыл бұрын
😂nice
@venkatasriharsha4227
@venkatasriharsha4227 3 жыл бұрын
I'm a python programmer, I solved like 100 leetcode problems till now, but I never felt like shifting to java due to its granularity. But started solving in Java after watching these lectures. I'm loving it. You stand on your word brother quality education for all. Thanks from the bottom of my heart for making me this close to Java. Hope I can solve DSA questions too in java by the next two months.
@aravindkumar8243
@aravindkumar8243 2 жыл бұрын
Really true
@kondurukrishnateja9896
@kondurukrishnateja9896 Жыл бұрын
Bro can you please tell me how do I start DSA in python
@dakshitadutta979
@dakshitadutta979 Жыл бұрын
@@kondurukrishnateja9896 campux video is good for python dsa
@kanishkautagikar4052
@kanishkautagikar4052 Жыл бұрын
playlist by codebasics@@kondurukrishnateja9896
@roshanmhatre8810
@roshanmhatre8810 3 жыл бұрын
Most people make 10-15mins video for Linear search, but you made more than 1 hr, So much detail👏👏🔥
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
Glad you liked it
@vansh9857
@vansh9857 2 жыл бұрын
It is 10-15 min rest is solving problems buddy
@adityasrivastava6834
@adityasrivastava6834 Жыл бұрын
Whu I found difficult to understand should I start practising question?
@mynameisnonething8977
@mynameisnonething8977 Жыл бұрын
00:04 Linear Search Algorithm is a basic searching algorithm. 03:10 Linear search algorithm time complexity is constant. 09:28 Linear search algorithm has linear time complexity 12:43 Linear search algorithm - theory, code, and questions 19:18 The linear search algorithm is used to search for a value in a list. 22:24 Linear search algorithm for searching a target element in an array. 29:29 Linear search algorithm works by iteratively checking each element in the given list until a match is found. 33:15 The torchlight section deals with finding the minimum element and its index number. 40:06 Linear search algorithm 44:04 Explanation of the linear search algorithm 50:47 Check if a given number is even or not 54:15 Linear search algorithm is used to find if a given number is present in a list or not 1:01:37 Number Systems - Theory and Conversion 1:04:33 Linear search algorithm explained with theory, code, and questions. 1:11:01 The video discusses the Linear Search Algorithm. 1:14:11 The video discusses the concept of Linear Search Algorithm Crafted by Merlin AI.
@cpandit803
@cpandit803 2 жыл бұрын
I never had a teacher who taught me Time Complexity like you've shown, God bless you Kunal for making these videos.
@kaustavpaul9306
@kaustavpaul9306 3 жыл бұрын
🙏🏼🙏🏼🙏🏼Seriously man...... The way he explained Time Complexity was the best...... Outstanding..... ❤❤❤🙏🏼🙏🏼🙏🏼
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
Thank You
@amruthaa5876
@amruthaa5876 3 жыл бұрын
Such a detailed video about linear search! Just finished watching this. Your work speaks for itself. Don't waste your energy worrying about the people who convey things contrary to what you say. I watch each and every minute of your videos. I do not skip any part. You keep going!! We are here to support you Kunal
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
Glad you enjoyed it!
@shrujaigupta1803
@shrujaigupta1803 3 жыл бұрын
@@KunalKushwaha 49:16 hello kunal! i came up with this solution of the question mentioned at the above timestamp. but when im running the code it shows the output as 2, can you please explain me this thing, im not able to understand where im going wrong. public class evendigitnum{ static int evennum(int [ ] arr){ int count=0; int total=0; for(int i=0; i0){ count=count+1; arr[i]=arr[i]/10; } if(count%2==0){ total=total+1; } else{ total=total+0; } } return total; } public static void main(String [] args){ int [ ] arr={1,2,3,4,5}; int ans= evennum(arr); System.out.println(ans); } }
@vigneshkumar9983
@vigneshkumar9983 3 жыл бұрын
@@shrujaigupta1803 1-5 the even number are 2&4 that's why it shows 2 What is wrong in it.... If I am wrong correct me....
@trueresources3847
@trueresources3847 3 жыл бұрын
@@shrujaigupta1803 you didnt do count = 0 after each while loop iteration
@biswajit07
@biswajit07 2 жыл бұрын
@@shrujaigupta1803 make count == 0 just after entering the for loop. so that after every iteration of the for loop the count resets nd becomes 0 and can be used to check the next number in the array
@shubhamagarwal1434
@shubhamagarwal1434 Жыл бұрын
# GOD Of DSA Hi I am a 11yr exp java guy was searching for some free course on youtube for DSA came accross your course and i just feel love in it...all in one place that too with java...i must say you have done very awsome work...your name will be there on this earth as long as DSA will be asked in interviews...May Supream Lord Vishnu Bless You.. ✌🙏
@mahiranjan0617
@mahiranjan0617 3 жыл бұрын
Seeing guys like u achieving this much at the same age as I am gives me much needed motivation to achieve everything I dream of...not as early as u but soon for sure.. Thank you 🍻❤️
@karthikp6473
@karthikp6473 3 жыл бұрын
An hour of kunal's course a day, keeps unemployment away....
@AnishKumar-wt8df
@AnishKumar-wt8df 3 жыл бұрын
😂😂😂👍
@murariteja4909
@murariteja4909 3 жыл бұрын
is it?
@kantharajyadav660
@kantharajyadav660 2 жыл бұрын
😂😂😂😂yes
@priyaranjanjena3299
@priyaranjanjena3299 2 жыл бұрын
really ??
@amcreations9192
@amcreations9192 2 жыл бұрын
Have you got job?
@anaskhan4319
@anaskhan4319 Жыл бұрын
Started learning dsa on self and i found this course till now i didn't even skip a single second of it just because of how you explain the internal working of everything even of the builtin java methods and functions which makes it very easy to understand up till now im on linear search and there is not even a single second i have skipped of your video . May God bless and reward you for this excellent teaching method and course. Love from Pakistan
@PROTECHRAHUL
@PROTECHRAHUL 3 жыл бұрын
before watching this video I was very under confident, that I would not be able to solve any of these questions but after watching this full video I realise that I was able to solve all of these questions. I realise never underestimate yourself. Eagerly waiting for further videos #Hatts_Off_Kunal_Bro
@farhansarguroh8680
@farhansarguroh8680 3 жыл бұрын
Donno why but i kinda related to that haha 😂❤️
@pratapujjwal4642
@pratapujjwal4642 3 жыл бұрын
You can't think to miss even a minute. Great content by a great person.
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
I appreciate that!
@amandeshpande8981
@amandeshpande8981 3 жыл бұрын
Till date I saw lectures of 5,10 minutes on linear search but this one is massive, covering every minute detail of the topic. Hats off Kunal.
@shrujaigupta1803
@shrujaigupta1803 3 жыл бұрын
49:16 hello aman! i came up with this solution of the question mentioned at the above timestamp. but when im running the code it shows the output as 2, can you please explain me this thing, im not able to understand where im going wrong. public class evendigitnum{ static int evennum(int [ ] arr){ int count=0; int total=0; for(int i=0; i0){ count=count+1; arr[i]=arr[i]/10; } if(count%2==0){ total=total+1; } else{ total=total+0; } } return total; } public static void main(String [] args){ int [ ] arr={1,2,3,4,5}; int ans= evennum(arr); System.out.println(ans); } }
@Videolyy
@Videolyy Жыл бұрын
​ @Shrujai Gupta you should write your 3rd line inside the for loop : public class evendigitnum{ static int evennum(int [ ] arr){ int total=0; for(int i=0; i0){ count=count+1; ... .. .
@HARSHADDESHMUKH-t9e
@HARSHADDESHMUKH-t9e Жыл бұрын
You are not just telling that you will make someone zero to hero, you are really making them hero! As learning DSA itself seems to be difficult & you are teaching DSA as easily as possible, so that's really excellent bro! As you are helping thousands of students in their DSA journey... Best wishes to you too for your great career ahead!! 😊
@subhamagarwal476
@subhamagarwal476 3 жыл бұрын
For the first time in my life history i am watching such lengthy videos with fun in fact i wish it never ends..so interesting...Thank you kunal bhaiya for amazing content.. you are the best
@raghabpokhrel3461
@raghabpokhrel3461 Жыл бұрын
love from Nepal kunal, i have purchased almost every popular courses in udemy but your course is on another level.I am falling in java and programming after watching your videos.
@KingYT2009
@KingYT2009 2 жыл бұрын
Thanks!
@KingYT2009
@KingYT2009 2 жыл бұрын
Your energy is amazing and your honest attempt to make folks understand topic is beyond word. You are blessed my friend.
@ytg_fl1ck
@ytg_fl1ck Жыл бұрын
This is called quality Content and education ❤
@chayanrastogi722
@chayanrastogi722 2 жыл бұрын
I am so grateful to you Kunal , these videos are building my confidence day by day. Thankyou ❤
@AmitGupta-n3z
@AmitGupta-n3z 5 ай бұрын
Your videos explanation is very good . A lot of teacher in you tube to cover this topic linear search in just 20 to 30 minutes but explaination is not clear but you explain in detail ever topic. Thank you so much Kunal sir . I hope your DSA playlist in Java is very good .
@theophilustmuganhu952
@theophilustmuganhu952 2 жыл бұрын
Due to time complexity, I have reached the 13th video of this DSA series in one day ! :) Awesome tutor!!!
@KcClips
@KcClips 2 жыл бұрын
Result? Completed 13 videos in 1 day??
@MuhammadAhmed-ju6er
@MuhammadAhmed-ju6er 11 ай бұрын
Ooo you are so genius I just complete 1 vedio in one day to understand all concepts😢
@animeshrose
@animeshrose 2 жыл бұрын
Kunal, you cleared my basics. Best course I have seen so far.
@HausaAcademyFoundation
@HausaAcademyFoundation 10 ай бұрын
I never understand anything related to DSA before but you make me so addicted to algorithm problems solving. Thank you Kunal.
@PiyushAnand-td3fl
@PiyushAnand-td3fl 10 ай бұрын
1:00:48 Easy logic --> static int findNumbers(int[] nums){ int counter = 0; for(int i = 0 ; i < nums.length; i++){ int res = Integer.toString(nums[i]).length(); if(res % 2 == 0){ counter++; } } return counter; }
@VenuGuntupalli77
@VenuGuntupalli77 Жыл бұрын
Yay! I did solved the answer for linear search problem without seeing Kunal answer(Paused it after the question), Thank you so much Kunal! public class LinearSearch { public static void main(String[] args){ int[] array ={10, 15, 17, 29, 35, 67, 89, 42}; System.out.println(search(array)); } // search in the array: return the index if the item found // otherwise if item not found return -1 static int search(int[] array){ for(int i=1; i
@buildwithcode7824
@buildwithcode7824 2 жыл бұрын
Hats off to you man you are setting a very high bar even for the paid courses. just love your work and highly appreciate your efforts
@shafinnahian75
@shafinnahian75 Жыл бұрын
After watching your recursion playlist, I coded all of the problems you've shown here in recursive method xD Man, your teaching are really shining on my skills now. Thanks, Kunal
@aravindkumar8243
@aravindkumar8243 2 жыл бұрын
Wonderfull Explanation, Nobody will explain like you ....After watching your video all the doubts are cleared...........................
@tommyls4357
@tommyls4357 2 жыл бұрын
Well done, Kunal. I have 16 years of industry experience, and here I am watching your videos (in 2x speed :P). I hope you are going to make videos for some of the remaining topics as well - like dynamic programming.
@swathi_bee4
@swathi_bee4 6 ай бұрын
I'm out of words kunal sir....your explanation is on another level that literally no one can match. kudos to uh
@sohambhoir803
@sohambhoir803 3 жыл бұрын
never dreamed about such indepth yet simple explanation at such a right time!
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
Glad it helped!
@imamhosen6101
@imamhosen6101 Жыл бұрын
Thank you, brother. ❤️ from Bangladesh 🇧🇩.
@krishnapal4238
@krishnapal4238 Жыл бұрын
You have made everything like :"Very Simple Stuff" Great work...
@lifeMomentsMemories
@lifeMomentsMemories 9 ай бұрын
Simply amazing..the simplest way one can explain time complexity to a layman like me.😊
@sandeep_kr007
@sandeep_kr007 Жыл бұрын
I am data analytics enthusiast and eager to learn DSA but I was very confused about the language and the KZbin channel, then my senior suggest me to watch the DSA bootcamp of "Kunal Kushwaha". When i start to attend the tutorial at very first day, its feel like an addiction the way you try to understand each and every point in detail with explanation and examples. Finally my journey to find an extraordinary DSA bootcamp is over and I believe that I'll share the playlist to my colleagues and I really know that they will be feel as worthy as me, it will be also helpful to clear all the myths about the DSA. At the end, A big thank you Kunal bhaiya 🙌🙏❤️
@santoshyadav11111
@santoshyadav11111 2 жыл бұрын
Thanks for making best DSA with java you clear the all concept of the dsa and every this is so good I found amazing course compared to all over on KZbin thanks you so much sir🙏🙏🙏🙏♥️♥️♥️♥️♥️
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
Glad it was helpful!
@saifalikhan3207
@saifalikhan3207 4 ай бұрын
One of the best dsa couse in the world . I totally agree . Thanks Kunal
@ShehanAnujaya
@ShehanAnujaya 7 ай бұрын
God bless you Kunal ! Big love from Sri Lanka !!! I am surprised that this is given for free 🥰😍appreciate your efforts man !!!!!!
@kunalchavhan6538
@kunalchavhan6538 Жыл бұрын
I never seen this type of playlist on youtube. u r such a genius person Kunal !
@techutility
@techutility 3 жыл бұрын
You are like the friend who teaches an hour before exam and we understand all concepts😁. Explanations are very clear and loving the course🔥🔥🔥. Thank you so much.❤❤❤ Great work👍
@Akash-bhumbak
@Akash-bhumbak 3 жыл бұрын
Brother!! Your way of explaining is awesome ❣❣❣ and your hard work is appreciable 🙌🙌 I just want to say two words for this Bootcamp : Quality content with full quantity 💖💖🔥
@ketanrathod2587
@ketanrathod2587 9 ай бұрын
At 52:20.. In case of program of finding even number of digits in a number we have to also consider for the number 0. Because if an array contains 0, then it'll take 0 as number containing even number of digits. So, we can take if condition in for loop of "findNumbers" as "if(even(num) && num != 0) { count++; }"
@sachinmishra803
@sachinmishra803 2 жыл бұрын
Sir when you told im really need some sleep, first I laughed but then thought how you are doing your hard work and sacrificing your daily body needs. Hats off you Sir even videos are 1 year passed but still seems very fresh. Thanks a lot🙏🏿🙏🏿
@albingeorgekurian4396
@albingeorgekurian4396 11 ай бұрын
I would recommend this playlist to my fellow learners...it's actually worth it.. investing our time in this course is actually worth it..
@ritiksingh9725
@ritiksingh9725 3 жыл бұрын
bro you are doing a great job because before you videos i seen a lots of stuff on youtube related DSA but i never understood ow the things are working in DSA......thanks bro please dont stop making these videos its very helful
@marimbanation4118
@marimbanation4118 3 жыл бұрын
amazing explanation , i like how you explain each and every small stuff which other tutorials miss out, good job man Great work
@udaypatil3811
@udaypatil3811 Жыл бұрын
U r the best bro..!
@vaibhav4778
@vaibhav4778 3 жыл бұрын
Thank You For Making Learning fun! I'm enjoying the course a lot.
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
You are welcome!
@harshitsatya5291
@harshitsatya5291 3 жыл бұрын
Great and Amazing work. Seen other lectures on Linear Search but no body has reached even 30% of this lecture. Keep going. You have done questions with that, thats why it is outstanding. Thanks.
@shreeRaghunandan
@shreeRaghunandan 10 ай бұрын
Aapke jaisa Hume koi ni Mila jo itne detail me or itne achese pdhate ho , Itne sare channel courses dekhliye lekin at the end only you are the best💗 " Hey Java " . Ye sunke lgta Hain Java apni frnd hai😂💗or interest ata hai programming me or ab to Java ko sch me apni frnd bna liye h humne It's all bcoz of your efforts. Ramji bless you Kunal❤ "Hey Kunal" ,keep teaching you r great in it.❤ 🙌
@rohitsharma-xt8qe
@rohitsharma-xt8qe Жыл бұрын
This is something precious and quality stuff, Thanks Kunal for this. 🙂
@isi24.8
@isi24.8 Жыл бұрын
Thank you Kunal for this DSA playlist !! Appreciate the work you put into it
@UnitedIndia397
@UnitedIndia397 2 жыл бұрын
I have no words to appreciate your hard work bro
@thearpitkatiyar637
@thearpitkatiyar637 3 жыл бұрын
Your one lecture content is better than whole you tube,..keep it up bro👍
@MukeshS11
@MukeshS11 Жыл бұрын
I used the method you showed and arrived at a solution that takes less space class Solution { public int findNumbers(int[] nums) { int result = 0; for(int i = 0 ; i < nums.length ; i++){ int count = (int) Math.log10(Math.abs(nums[i])) + 1; if(count % 2 == 0) result++; } return result; } }
@detexter3143
@detexter3143 3 жыл бұрын
my code got selected with 0ms and was 100% faster than anyone and i used nothing advance simply coded in 1 method and i was soo happy thank you soo much kunal
@GharBaitheGhumo
@GharBaitheGhumo 2 жыл бұрын
The best and honest explanation of Linked list from scratch. Appreciate your hard work 👏👏 thankyou for this knowledgeable Dsa course
@bhumikaagarwal436
@bhumikaagarwal436 3 жыл бұрын
Great work done! Your work speaks for itself, no need to say much! Please put out videos sooner, it gives a boost to the study routine! Thanks for all that you are doing!
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
Thank you, I will
@bhumikaagarwal436
@bhumikaagarwal436 3 жыл бұрын
😊
@akashashokunhale1
@akashashokunhale1 5 ай бұрын
This is really amazing video. concepts are deeply explained by kunal.
@muhammadhassan4289
@muhammadhassan4289 Жыл бұрын
I am from Pakistan and i m loving your content and effort u are putting kunal, Thanks a lot
@rebhuroy3713
@rebhuroy3713 3 жыл бұрын
Love your way of teaching.. Although i know.. Still i watch. Because of your way of describing.. It goes in other intuition. Love u bro...
@raool7
@raool7 Жыл бұрын
best DSA playlist in KZbin
@hamantjagwan07
@hamantjagwan07 8 ай бұрын
class Solution: def maximumWealth(self, accounts: List[List[int]]) -> int: maxWealth = 0 for account in accounts: if sum(account)>MaxWealth: maxWealth = sum(account) return maxWealth 1:04:09 Answer of max Wealth question in Python ......😂😂😂😂 but trust me java is very important ...😇😇😇😇
@anishaa3298
@anishaa3298 2 жыл бұрын
I giggled at "this is why time complexity and analysis is important". He made learning this enjoyable
@utkarshyadav3401
@utkarshyadav3401 3 жыл бұрын
Kunal bhaiya you are just amazing !!!! Yaar tareef karte karte thak gya hoo logon se aapki
@58__tannurawat95
@58__tannurawat95 6 ай бұрын
Do some rest then 😂😂
@NOUSHEENBEGUM-c7i
@NOUSHEENBEGUM-c7i Жыл бұрын
As always, great explanation Kunal! Thanks for delivering it for free. ✌
@itz_your_ankush07
@itz_your_ankush07 9 ай бұрын
your the best teacher ive ever seen
@Let_us_enjoy_coding
@Let_us_enjoy_coding 5 ай бұрын
Your way of teaching is amazing.
@vinothkumars7421
@vinothkumars7421 3 жыл бұрын
My first video under Data Structures and Algorithm.. Never felt so confident in the basics of Java till now.. #MyJourneyBegins.. Thanks Kunal
@harshad6033
@harshad6033 Сағат бұрын
Thank You So Much Bhai for This Level of Course.
@meghnagupta3907
@meghnagupta3907 3 жыл бұрын
I usually do not watch 1 or 2 hour video bcz after 15 to 20 mins i got bored but now i can watch more than 2 video of this bootcamp which takes almost greater than 3hr ,this is the teaching beauty of @kunal Kushwaha really addicted to this course and even if i knew the topic still i didn't skip a single video bcz i always got something new in it . thanks alot for providing such a nice course huge love and respect for u @kunal kushwaha
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
Thank You!
@sarangborlepwar
@sarangborlepwar 8 ай бұрын
Appreciate Your efforts Man... finally found a course which is really helpful. thank you very much.
@sugmabigdig
@sugmabigdig 2 жыл бұрын
kunal my man thanks for this great video, tbh I just graduated and I was good with python but java is an essential language and you making it really easy to understand. Really appreciate it
@santhoshkumarmittapally5866
@santhoshkumarmittapally5866 2 жыл бұрын
Great Video Kunal . Keep Going. I am lucky that KZbin suggested your channel for DSA preparation.
@Momeeenaaa
@Momeeenaaa Жыл бұрын
best java course on internet beginner, everyone friendly!!!
@RiteshMishra-b8o
@RiteshMishra-b8o 8 ай бұрын
Thank You @Kunal! from the bottom of my heart. You have the best content on KZbin. I am becoming confident day by day I mean just after another session. I hope soon I will tell you this if you remember me, once I get one of the FAANG🙂. Gurudev tussi great ho, tohfa qubool karo
@jayvardhanparkar8307
@jayvardhanparkar8307 2 жыл бұрын
Best Course Ever !! Kunal Bhaiya Op !!
@msd5495
@msd5495 2 жыл бұрын
you are somehow building confidence in me.
@vaibhav_kubal
@vaibhav_kubal Жыл бұрын
Probably the best course out there. Thanks for the efforts Kunal.
@_the_pratyush_4289
@_the_pratyush_4289 2 жыл бұрын
Just found a guy who is providing quality content for free ...... keep it up kunal bro ..
@engineersinvillage8935
@engineersinvillage8935 3 жыл бұрын
Most awaiting video for me. Thank you so much kauna🥰😍🤩
@Javedalamm
@Javedalamm 3 жыл бұрын
it's called actual content on the youtube
@mr.coderzs2743
@mr.coderzs2743 Жыл бұрын
Great Kunal bhai... loving your course... Pure quality content ❤
@Pavan.pixels
@Pavan.pixels 5 ай бұрын
"As a C# developer, I've found that there aren't many resources for learning DSA with C#. However, after choosing this course, I became completely hooked. I feel truly indebted and thankful for the experience."
@satnamsingh3801
@satnamsingh3801 2 жыл бұрын
this guy is GOD LEVEL coder . please support him .
@vicktor_damian6612
@vicktor_damian6612 3 жыл бұрын
itni Khusshiiii.. Morning se Wait kar raha tha... lol
@prateekpuri796
@prateekpuri796 3 жыл бұрын
Sabka yehi haal hai bro😂
@anjalisingh2462
@anjalisingh2462 3 жыл бұрын
Have you solved all the questions of leetcode?
@prateekpuri796
@prateekpuri796 3 жыл бұрын
@@anjalisingh2462 not all
@payalsingh7238
@payalsingh7238 3 жыл бұрын
Literally
@vicktor_damian6612
@vicktor_damian6612 3 жыл бұрын
not all of them,, But its a Relief
@sivasundhar03
@sivasundhar03 3 жыл бұрын
Bro very very simple and clear i liked it
@anayapathak7162
@anayapathak7162 3 жыл бұрын
I love the thumbnail of this Darshan Rawal. And contain - Have not watched this video yet, but gonna be Lit. Ik🤩
@iamsaqeebpathan
@iamsaqeebpathan 3 жыл бұрын
Bhai aapne Time complexity aise sikhaya maza aagya or mai 1yr se. Nahi sikh paya thanks bhaiya
@KunalKushwaha
@KunalKushwaha 3 жыл бұрын
aaj video ayegi ispe puri
@mohsinkhan973
@mohsinkhan973 3 жыл бұрын
your way of explaining concept is fantabulous. I am pausing this video comment it. Just to Give You Respect. Great Journey Ahead.🤘
@Priyanshu28027
@Priyanshu28027 2 жыл бұрын
You are the best Kunal, lots of good wishes for you in this amazing journey, Keep growing. I Will always be thankful for the knowledge that I have received from you . All the best for the future ☺🙏
@pabitrakumarghorai187
@pabitrakumarghorai187 2 жыл бұрын
You are great at every concept of programming i have never seen this kind of detailed class in youtube platform. Thanks a lot for all of your videos😘🥰😍
@Quantum-Gamer
@Quantum-Gamer Жыл бұрын
37:23 condion will be if(arr[i]
@rufussunu9044
@rufussunu9044 10 ай бұрын
Best DSA Course ever😊
@riabhsh
@riabhsh 6 ай бұрын
36:46 bro in that function you should add for checking minimum value for whole array, your function returns the first minimum value in a array not from the entire array... just add this condition in your function if(i == arr.length-1){ return min; } //FInd Minimum in Array static int min(int[] arr) { if (arr.length == 0) { return Integer.MAX_VALUE; } int min = arr[0]; for (int i = 1; i < arr.length; i++) { int ans = arr[i]; if(ans < min){ min = ans; } if(i == arr.length-1){ return min; } } return Integer.MAX_VALUE; } btw bro your teaching is AWESOME 😇
@codingchampians7268
@codingchampians7268 3 жыл бұрын
With the same age of teacher(kunal) the learning, focus will be at Peek level 😍
@subhashreddydesam1866
@subhashreddydesam1866 3 жыл бұрын
Even I play the video at 1.25x I am able understand.. Great stuff.
@mohsinimam2048
@mohsinimam2048 3 жыл бұрын
Are you learning for first time ?
@brijeshmorya9737
@brijeshmorya9737 2 жыл бұрын
padhaane ka tarika bahut hi shaandaar ha 💜💜💜
Binary Search Algorithm - Theory + Code
58:16
Kunal Kushwaha
Рет қаралды 592 М.
Introduction to Arrays and ArrayList in Java
1:45:53
Kunal Kushwaha
Рет қаралды 1,4 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
Time and Space Complexity COMPLETE Tutorial - What is Big O?
2:28:24
Kunal Kushwaha
Рет қаралды 715 М.
Solve Any Pattern Question With This Trick!
57:20
Kunal Kushwaha
Рет қаралды 2,5 МЛН
ML Was Hard Until I Learned These 5 Secrets!
13:11
Boris Meinardus
Рет қаралды 354 М.
How Binary Search Makes Computers Much, Much Faster
6:51
Tom Scott
Рет қаралды 1,4 МЛН
Functions / Methods in Java
1:30:31
Kunal Kushwaha
Рет қаралды 987 М.
How I would learn Leetcode if I could start over
18:03
NeetCodeIO
Рет қаралды 773 М.
Strings and StringBuilder in Java
1:27:29
Kunal Kushwaha
Рет қаралды 529 М.
Binary Search in 2D Arrays
58:57
Kunal Kushwaha
Рет қаралды 339 М.
LeetCode was HARD until I Learned these 15 Patterns
13:00
Ashish Pratap Singh
Рет қаралды 721 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН