That log trick to find the number of digits was amazing. I never knew about that.
@SandipRathod1852 ай бұрын
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-fe4ni2 ай бұрын
@@SandipRathod185 you can. I am following this course and code DSA in c++.
@animeshmondal25943 жыл бұрын
Finally a course which covers ever minute details .. thanks a lot ... appreciate your efforts ❤
@agyaani80603 жыл бұрын
Agreed❤💯💯
@dr_davinci3 жыл бұрын
@@harshitgoyal19 😂😂
@abhishekporwal79693 жыл бұрын
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_davinci3 жыл бұрын
@@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.
@manassehabraham55893 жыл бұрын
😂nice
@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.
@roshanmhatre88103 жыл бұрын
Most people make 10-15mins video for Linear search, but you made more than 1 hr, So much detail👏👏🔥
@KunalKushwaha3 жыл бұрын
Glad you liked it
@vansh98572 жыл бұрын
It is 10-15 min rest is solving problems buddy
@adityasrivastava6834 Жыл бұрын
Whu I found difficult to understand should I start practising question?
@cpandit8032 жыл бұрын
I never had a teacher who taught me Time Complexity like you've shown, God bless you Kunal for making these videos.
@venkatasriharsha42273 жыл бұрын
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.
@aravindkumar82432 жыл бұрын
Really true
@kondurukrishnateja9896 Жыл бұрын
Bro can you please tell me how do I start DSA in python
@dakshitadutta979 Жыл бұрын
@@kondurukrishnateja9896 campux video is good for python dsa
@kanishkautagikar405211 ай бұрын
playlist by codebasics@@kondurukrishnateja9896
@kaustavpaul93063 жыл бұрын
🙏🏼🙏🏼🙏🏼Seriously man...... The way he explained Time Complexity was the best...... Outstanding..... ❤❤❤🙏🏼🙏🏼🙏🏼
@KunalKushwaha3 жыл бұрын
Thank You
@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.. ✌🙏
@amruthaa58763 жыл бұрын
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
@KunalKushwaha3 жыл бұрын
Glad you enjoyed it!
@shrujaigupta18033 жыл бұрын
@@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); } }
@vigneshkumar99832 жыл бұрын
@@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....
@trueresources38472 жыл бұрын
@@shrujaigupta1803 you didnt do count = 0 after each while loop iteration
@biswajit072 жыл бұрын
@@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
@karthikp64733 жыл бұрын
An hour of kunal's course a day, keeps unemployment away....
@AnishKumar-wt8df3 жыл бұрын
😂😂😂👍
@murariteja49093 жыл бұрын
is it?
@kantharajyadav6602 жыл бұрын
😂😂😂😂yes
@priyaranjanjena32992 жыл бұрын
really ??
@amcreations91922 жыл бұрын
Have you got job?
@mahiranjan06173 жыл бұрын
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 🍻❤️
@PROTECHRAHUL3 жыл бұрын
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
@farhansarguroh86803 жыл бұрын
Donno why but i kinda related to that haha 😂❤️
@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
@pratapujjwal46423 жыл бұрын
You can't think to miss even a minute. Great content by a great person.
@KunalKushwaha3 жыл бұрын
I appreciate that!
@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!! 😊
@ytg_fl1ck Жыл бұрын
This is called quality Content and education ❤
@amandeshpande89813 жыл бұрын
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.
@shrujaigupta18033 жыл бұрын
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 Жыл бұрын
@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; ... .. .
@subhamagarwal4763 жыл бұрын
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 Жыл бұрын
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.
@KingYT20092 жыл бұрын
Thanks!
@KingYT20092 жыл бұрын
Your energy is amazing and your honest attempt to make folks understand topic is beyond word. You are blessed my friend.
@chayanrastogi7222 жыл бұрын
I am so grateful to you Kunal , these videos are building my confidence day by day. Thankyou ❤
@AmitGupta-n3z4 ай бұрын
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 .
@theophilustmuganhu9522 жыл бұрын
Due to time complexity, I have reached the 13th video of this DSA series in one day ! :) Awesome tutor!!!
@KcClips2 жыл бұрын
Result? Completed 13 videos in 1 day??
@MuhammadAhmed-ju6er10 ай бұрын
Ooo you are so genius I just complete 1 vedio in one day to understand all concepts😢
@animeshrose2 жыл бұрын
Kunal, you cleared my basics. Best course I have seen so far.
@HausaAcademyFoundation9 ай бұрын
I never understand anything related to DSA before but you make me so addicted to algorithm problems solving. Thank you Kunal.
@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 🙌🙏❤️
@PiyushAnand-td3fl10 ай бұрын
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; }
@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
@buildwithcode78242 жыл бұрын
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
@santoshyadav111112 жыл бұрын
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🙏🙏🙏🙏♥️♥️♥️♥️♥️
@KunalKushwaha2 жыл бұрын
Glad it was helpful!
@ketanrathod25879 ай бұрын
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++; }"
@shreeRaghunandan9 ай бұрын
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.❤ 🙌
@swathi_bee46 ай бұрын
I'm out of words kunal sir....your explanation is on another level that literally no one can match. kudos to uh
@ShehanAnujaya7 ай бұрын
God bless you Kunal ! Big love from Sri Lanka !!! I am surprised that this is given for free 🥰😍appreciate your efforts man !!!!!!
@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
@tommyls43572 жыл бұрын
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.
@kunalchavhan6538 Жыл бұрын
I never seen this type of playlist on youtube. u r such a genius person Kunal !
@sohambhoir8033 жыл бұрын
never dreamed about such indepth yet simple explanation at such a right time!
@KunalKushwaha3 жыл бұрын
Glad it helped!
@Akash-bhumbak3 жыл бұрын
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 💖💖🔥
@krishnapal4238 Жыл бұрын
You have made everything like :"Very Simple Stuff" Great work...
@aravindkumar82432 жыл бұрын
Wonderfull Explanation, Nobody will explain like you ....After watching your video all the doubts are cleared...........................
@saifalikhan32074 ай бұрын
One of the best dsa couse in the world . I totally agree . Thanks Kunal
@ritiksingh97253 жыл бұрын
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
@sachinmishra8032 жыл бұрын
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🙏🏿🙏🏿
@techutility3 жыл бұрын
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👍
@udaypatil3811 Жыл бұрын
U r the best bro..!
@rohitsharma-xt8qe Жыл бұрын
This is something precious and quality stuff, Thanks Kunal for this. 🙂
@thearpitkatiyar6373 жыл бұрын
Your one lecture content is better than whole you tube,..keep it up bro👍
@NOUSHEENBEGUM-c7i Жыл бұрын
As always, great explanation Kunal! Thanks for delivering it for free. ✌
@vaibhav47783 жыл бұрын
Thank You For Making Learning fun! I'm enjoying the course a lot.
@KunalKushwaha3 жыл бұрын
You are welcome!
@RiteshMishra-b8o7 ай бұрын
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
@Pavan.pixels4 ай бұрын
"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."
@marimbanation41183 жыл бұрын
amazing explanation , i like how you explain each and every small stuff which other tutorials miss out, good job man Great work
@isi24.8 Жыл бұрын
Thank you Kunal for this DSA playlist !! Appreciate the work you put into it
@GharBaitheGhumo2 жыл бұрын
The best and honest explanation of Linked list from scratch. Appreciate your hard work 👏👏 thankyou for this knowledgeable Dsa course
@utkarshyadav34013 жыл бұрын
Kunal bhaiya you are just amazing !!!! Yaar tareef karte karte thak gya hoo logon se aapki
@58__tannurawat955 ай бұрын
Do some rest then 😂😂
@harshitsatya52913 жыл бұрын
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.
@jayvardhanparkar83072 жыл бұрын
Best Course Ever !! Kunal Bhaiya Op !!
@anishaa32982 жыл бұрын
I giggled at "this is why time complexity and analysis is important". He made learning this enjoyable
@UnitedIndia3972 жыл бұрын
I have no words to appreciate your hard work bro
@lifeMomentsMemories8 ай бұрын
Simply amazing..the simplest way one can explain time complexity to a layman like me.😊
@detexter31433 жыл бұрын
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
@bhumikaagarwal4363 жыл бұрын
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!
@KunalKushwaha3 жыл бұрын
Thank you, I will
@bhumikaagarwal4363 жыл бұрын
😊
@santhoshkumarmittapally58662 жыл бұрын
Great Video Kunal . Keep Going. I am lucky that KZbin suggested your channel for DSA preparation.
@engineersinvillage89353 жыл бұрын
Most awaiting video for me. Thank you so much kauna🥰😍🤩
@albingeorgekurian439611 ай бұрын
I would recommend this playlist to my fellow learners...it's actually worth it.. investing our time in this course is actually worth it..
@Javedalamm3 жыл бұрын
it's called actual content on the youtube
@raool7 Жыл бұрын
best DSA playlist in KZbin
@meghnagupta39073 жыл бұрын
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
@KunalKushwaha3 жыл бұрын
Thank You!
@DipakMaliOfficial2 жыл бұрын
23:20 For For loop Shortcut Explaination
@akashashokunhale14 ай бұрын
This is really amazing video. concepts are deeply explained by kunal.
@rebhuroy37133 жыл бұрын
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...
@techphobia652 жыл бұрын
Such a detailed video about linear search! Just finished watching this. Most people make 10-15mins video for Linear search, but you made more than 1 hr, So much detail👏👏🔥I never had a teacher who taught me Time Complexity like you've shown, God bless you Kunal for making these videos.
@JodFlashYT2 жыл бұрын
Bro apke pass notes h kunal k website pr open nhi ho r hamko array ko linear k notes chahiye
@techphobia652 жыл бұрын
@@JodFlashYT website nhi github pe milega notes
@JodFlashYT2 жыл бұрын
@@techphobia65 bro github ki hi bt kr r tha phle notes open ho jate the ab open nhi ho re pata nhi kyu
@techphobia652 жыл бұрын
@@JodFlashYT mera bhi nhi open ho raha
@techphobia652 жыл бұрын
@@JodFlashYT kunal ne apne site community classroom ka re-branding as 'we make devs' ke name se kiya hai and that website pe abhi kaam chal rha hai isliye nhi khul raha hai
@imamhosen6101 Жыл бұрын
Thank you, brother. ❤️ from Bangladesh 🇧🇩.
@vinothkumars74213 жыл бұрын
My first video under Data Structures and Algorithm.. Never felt so confident in the basics of Java till now.. #MyJourneyBegins.. Thanks Kunal
@mr.coderzs2743 Жыл бұрын
Great Kunal bhai... loving your course... Pure quality content ❤
@sugmabigdig2 жыл бұрын
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
@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; } }
@AnubhavMadhav3 жыл бұрын
I don't need to watch the video to say that "Kunal is literally one of the best", the video title and duration speaks itself. Thank you so much Kunal bhaiya. God bless you. 🤩✨🙏
@KunalKushwaha3 жыл бұрын
Thanks a ton
@vicktor_damian66123 жыл бұрын
itni Khusshiiii.. Morning se Wait kar raha tha... lol
@prateekpuri7963 жыл бұрын
Sabka yehi haal hai bro😂
@anjalisingh24623 жыл бұрын
Have you solved all the questions of leetcode?
@prateekpuri7963 жыл бұрын
@@anjalisingh2462 not all
@payalsingh72383 жыл бұрын
Literally
@vicktor_damian66123 жыл бұрын
not all of them,, But its a Relief
@itz_your_ankush078 ай бұрын
your the best teacher ive ever seen
@_the_pratyush_42892 жыл бұрын
Just found a guy who is providing quality content for free ...... keep it up kunal bro ..
@66_thoratmanish44 Жыл бұрын
At 44:57 instead of int max = Integer.MIN_VALUE ; we can be use int max = arr[0][0] ;
@sarangborlepwar7 ай бұрын
Appreciate Your efforts Man... finally found a course which is really helpful. thank you very much.
@vaibhav_kubal Жыл бұрын
Probably the best course out there. Thanks for the efforts Kunal.
@pabitrakumarghorai1872 жыл бұрын
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😘🥰😍
@anayapathak71623 жыл бұрын
I love the thumbnail of this Darshan Rawal. And contain - Have not watched this video yet, but gonna be Lit. Ik🤩
@Let_us_enjoy_coding5 ай бұрын
Your way of teaching is amazing.
@codingchampians72683 жыл бұрын
With the same age of teacher(kunal) the learning, focus will be at Peek level 😍
@Priyanshu280272 жыл бұрын
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 ☺🙏
@mohsinkhan9733 жыл бұрын
your way of explaining concept is fantabulous. I am pausing this video comment it. Just to Give You Respect. Great Journey Ahead.🤘
@Quantum-Gamer11 ай бұрын
37:23 condion will be if(arr[i]
@mohitSharma-hn9rf2 жыл бұрын
Great job kunal kushwaha 🙌.....Keep this good work going.✌
@muhammadhassan4289 Жыл бұрын
I am from Pakistan and i m loving your content and effort u are putting kunal, Thanks a lot