10 years in IT zero programming skills. Started learning coding and was looking for Data structures and Algorithms , and someone heard my prayers and google recommended this video. Thank you Navin sir.
STILL I DIDN'T SEE FULL TUTORIAL BUT YES I CAN CONFIDENTLY SAY THAT, LAKHS OF PEOPLE WILL BE HELPFUL COZ OF THIS TUTORIAL... THANKS A ALOT NAVIN SIR, YOU ARE DOING GREAT WORK, 👍👍👍👍
I still wonder how this man is not awarded with the dronacharya award because if I were the president definetly I will honour him withthat prestigious award.I would really be thankful for your free service towards teaching us with one of the most demandable course.
U will not believe i was look for ds in java 2-3 days before n confuse where to start i look for teluska but didnt have any update videos n look here it is ,thank you teluska
Great Tutorial. Just want to add one thing. In bubble sort you can reduce the number of iterations of outer loop one time. It will perfectly work fine and will make the code more efficient. public static int [] BubbleSort (int [] arr){ int len = arr.length; int temp =0; for(int i=0;i
Navin sir you beauty , Before this dsa i was watching your java course then after 4 weeks i started looking at opps then i realised its all are already cleard. The way you give real world examples are realy 👌👌👌 .Thank you sir.
Bro, I'm so happy you're channel is doing well. idk anyone else who can take DS/Algo and make it funny and interesting at the same time. But, I still want to know who Telusko is.
DSA is all about building logic, not just viewing videos. Please don't waste time on a 5-hour video. In my experience, it takes around 8 months to 1.2 years to master DSA in Java. However, it's important to note that DSA is not just about learning specific algorithms and data structures. It's also about learning how to approach problems and write code efficiently. Therefore, it's crucial to understand the fundamental concepts and principles behind DSA. While this guy may teach DSA, you also need to know how to approach problems and write efficient code
why we shouldn't waste 5 hrs on this video when we have to waste 1.2 years!!! It's Does matter if we waste 5 hours it's Negligible in 1.2 years although Programming is dead in this AI Era. Why someone would Learn Programming in this Ai era when Ai is sufficient to do 40 people's work alone!!! Companies are shifting in Ai world to save money that's why all the layoff happens!!
@@iamnotfamous6591who said that programming is dead in this AI Era if you dont know programming you definitely will not be able to understand what code snippet has been provided by AI you need to know programming in order to explain AI what do you want. And this guy is spitting facts in order to improve in DSA you need to know how to approach problems rather than just implementing Algos and DS. DSA is about problem solving because it contains so much Discrete mathematical topics
@@immor8al808 Ai can Do everything because programmers are on their way to build a Ai Software engineers who can do everything. If some high level SE doesn't want that people should work with coding then why should students waste their time in this.......
@@iamnotfamous6591 Bro I can literally send you tons of screenshots where chatgpt failed to even understand the context of the problem not able to solve many of the problems where I even explained the context of the problem clearly. Even Ai's make tons of mistakes developers clearly mentions that Ai's can also make mistakes no Ai can replace developers
thank you, sir, for much needed simple understanding of DSA in Java, one more request sir please make a video on how to prepare for a Java interview for fresher or nearly 2 years of experience with which topics to cover and how much DSA and other advanced topics so as a beginner we focus on the main topic and help in an interview..thank you for helping us in this java journey.
i have one more suggestion, please daily solve some difficult hacker rank questions or make a series solving hacker rank or code chef etc from begginer to advanced level. There is very less content in RUclips for problem solving
Great job Navin sir, it's so helpful for the students and you are giving the best. Even the college lectures also not giving this much of clarity about DSA and how it's usefull
I found a small mistake in the bubble sort alg the Correct code is The code is in Kotlin : private fun bubbleSort(list: Array) { var temp: Int for (i in 0 until list.size - 1) { for (j in 0 until list.size - i - 1) { if (list[j] > list[j + 1]) { temp = list[j + 1] list[j + 1] = list[j] list[j] = temp } } } println(list.joinToString()) } The mistake is in the first loop, the last iteration is unnecessary so it need to be removed
great tutorial..i watched scaler video on DSA but i didn't like that..Your videos are good and animations are also awesome..Thank u so much from 🇳🇵I am feeling confident now😊
if you have not started dsa yet this video is fine but otherwise its just waste of time to spend 5.5 hours move ahead if you have your basics clear already.
This is truly a master piece, I am able to understand data structures now. I have one question on linkedlist: When we delete an element from a Linkedlist, we are just changing its pointer, are we leaving cleanup to GC? or can we do it in the code itself ?
Is data structures and algorithm concepts the same for Java and Python? If I go through this video, do I have to go through data structures and algorithms in Python as well? A suggestion can help me.
Yes, the fundamental concepts of data structures and algorithms are almost same across all programming languages. The core ideas of algorithms such as sorting, searching, and various data structures like arrays, linked lists, trees, etc., are not at all any language specific. However, there are syntax differences, and built-in functions or libraries that you might use to implement certain algorithms or data structures are quite different for each language. So, I think you need to go through the with the implementation of those algorithms in python for handy experience.
"Somebody please get this man a medal". He's been doing such a great job, from unknown times. Thank you Navin sir, you've helped us a lot
10 years in IT zero programming skills. Started learning coding and was looking for Data structures and Algorithms , and someone heard my prayers and google recommended this video. Thank you Navin sir.
In which domain you are working?
If you search it something on youtube .everytime it will recommend that related video.
The best thing that happened to me on youtube so far is coming across this channel, truly a master piece!
same i am so happy for this gentleman thanks a lot sir.
This is the course all the Java Devs were waiting for. Kudos Navin Sir 🎉
STILL I DIDN'T SEE FULL TUTORIAL BUT YES I CAN CONFIDENTLY SAY THAT, LAKHS OF PEOPLE WILL BE HELPFUL COZ OF THIS TUTORIAL... THANKS A ALOT NAVIN SIR, YOU ARE DOING GREAT WORK, 👍👍👍👍
i dont know java only python i know. will tthis be benificla for me
You are right!!
@@ranjansamant9841no
bhai java seekh le, nhi to DSA using python seekhle@@ranjansamant9841
Navin sir giving tutorial free so teaching method is awesome so last bench student also will understand. 🙏🙏🙏🙏🙏🙏
Best lecture for someone who wants to revise DSA concepts
Where can i get full course for DSA in java? Including Graphs, DP etc.
@@DivineCodeMythologyalgorep dsa 31 vids
Thank you for this wonderful tutorial Telusko. I really loved how the way you explain.
I am doing Complete java course by watching your previous awesome video. That was amazing. Very helpful tutorial.
I still wonder how this man is not awarded with the dronacharya award because if I were the president definetly I will honour him withthat prestigious award.I would really be thankful for your free service towards teaching us with one of the most demandable course.
U will not believe i was look for ds in java 2-3 days before n confuse where to start i look for teluska but didnt have any update videos n look here it is ,thank you teluska
Great Tutorial. Just want to add one thing. In bubble sort you can reduce the number of iterations of outer loop one time. It will perfectly work fine and will make the code more efficient.
public static int [] BubbleSort (int [] arr){
int len = arr.length;
int temp =0;
for(int i=0;i
3 years working as software engineer and never taking any algo and datastructure course.
I must take it since my goal this year is MAANG
those are greate video series which make me come back with Dev, I understand in detail what you are teaching, thank you Navin
Navin sir you beauty , Before this dsa i was watching your java course then after 4 weeks i started looking at opps then i realised its all are already cleard. The way you give real world examples are realy 👌👌👌 .Thank you sir.
Thanks Navin, for wonderful video... 🎉 You have been my real mentor in Java
GOAT of explaining programming.....Devudu sir meeru🙇♀
Hello akka ee video motham complete chesara meru?
Bro, I'm so happy you're channel is doing well. idk anyone else who can take DS/Algo and make it funny and interesting at the same time. But, I still want to know who Telusko is.
I am very glad to know about your Channel,Brilliant in explaining concepts in a clear & simple way ,Thank you so much Navin ji🙏
A masterpiece is an explanation of outstanding skill.
Thank you for helping me out brother! You are awesome! I hope to use this so I can relearn DSA.
DSA is all about building logic, not just viewing videos. Please don't waste time on a 5-hour video. In my experience, it takes around 8 months to 1.2 years to master DSA in Java. However, it's important to note that DSA is not just about learning specific algorithms and data structures. It's also about learning how to approach problems and write code efficiently. Therefore, it's crucial to understand the fundamental concepts and principles behind DSA. While this guy may teach DSA, you also need to know how to approach problems and write efficient code
why we shouldn't waste 5 hrs on this video when we have to waste 1.2 years!!! It's Does matter if we waste 5 hours it's Negligible in 1.2 years although Programming is dead in this AI Era. Why someone would Learn Programming in this Ai era when Ai is sufficient to do 40 people's work alone!!! Companies are shifting in Ai world to save money that's why all the layoff happens!!
@@iamnotfamous6591who said that programming is dead in this AI Era if you dont know programming you definitely will not be able to understand what code snippet has been provided by AI you need to know programming in order to explain AI what do you want. And this guy is spitting facts in order to improve in DSA you need to know how to approach problems rather than just implementing Algos and DS. DSA is about problem solving because it contains so much Discrete mathematical topics
@@immor8al808 Ai can Do everything because programmers are on their way to build a Ai Software engineers who can do everything. If some high level SE doesn't want that people should work with coding then why should students waste their time in this.......
@@iamnotfamous6591 Bro I can literally send you tons of screenshots where chatgpt failed to even understand the context of the problem not able to solve many of the problems where I even explained the context of the problem clearly. Even Ai's make tons of mistakes developers clearly mentions that Ai's can also make mistakes no Ai can replace developers
I will remember your words throughout my life , thankyou!!
the best tutorial is by learning from the Pro. thanks sir Navin!
Thank you so much sir,🙏🙏🙏 for your deep explanation of DSA, this video was really helpful for me.🙏🙏
literally sir...even I couldn't get the logic without tracing your code. But my dream is to build my own logic.
thank you, sir, for much needed simple understanding of DSA in Java, one more request sir please make a video on how to prepare for a Java interview for fresher or nearly 2 years of experience with which topics to cover and how much DSA and other advanced topics so as a beginner we focus on the main topic and help in an interview..thank you for helping us in this java journey.
i have one more suggestion, please daily solve some difficult hacker rank questions or make a series solving hacker rank or code chef etc from begginer to advanced level. There is very less content in RUclips for problem solving
How greatly explaining sir you are. Thank you sir.
heartly thanku man ur great work ......total explanation with great editing
Thank you so much sir, can't thank you enough. If you could please also upload the other algorithms as well they will be very useful!
Can't imagine a perfect timing of this video ,, thanks sir❤
Great job Navin sir, it's so helpful for the students and you are giving the best. Even the college lectures also not giving this much of clarity about DSA and how it's usefull
Thank you sir it's very useful for the interview and job purposes you are doing it for free thanks for understanding problems of the interview 😇❤️👍
THANK YOU VERY MUCH SIR.YOUR TRUELY A MASTER PIECE!
THANK YOU FOR THIS WONDERFUL TUTORIAL TELUSKO FOR DSA.I REALLY LOVED HOW THE WAY YOU EXPLAIN❤🥰
One of the best teachers out there 🙌🔥
this man is incredibly best best in all terms!
Thank you navin sir🙏Really helpful. So easy to understand. Hats off to your great way of teaching😇😇
Already 'Telisu' kununchi Chala Teluskunna Sir 🤛
Thank you very much sir, we need more videos about dsa
I am recently for searching for same concept in java......Thank You, I got it from my Favourite Channel
This is a quality content for DSA
A is the correct answer for time complexity @21:20
Grateful to you sir, right time got the right video from your side sir, it is very helpful to my placements sir ❤
Thanks for the Wonderful lecture sir !! Hope you have achieved your Dreams. Thank you
😀😍
I found a small mistake in the bubble sort alg
the Correct code is
The code is in Kotlin :
private fun bubbleSort(list: Array) {
var temp: Int
for (i in 0 until list.size - 1) {
for (j in 0 until list.size - i - 1) {
if (list[j] > list[j + 1]) {
temp = list[j + 1]
list[j + 1] = list[j]
list[j] = temp
}
}
}
println(list.joinToString())
}
The mistake is in the first loop, the last iteration is unnecessary so it need to be removed
Best one to learn DSA
fantastic Naveen.. thanks for helping with such great content. god bless you
Thank you master Alien, you are a star this was just what I needed for job interview.
54:25 mid = left + (right - left ) is correct math logic to get the correct result.
Amazing work and learning a lot from your tutorials.
Bro I lots of love,the way you teach is awesome
Great work sir, it's really helpful for people like me.
I started loving DSA 😍😍🙌🙌
came from odin project. great 7 mins cheers
Most awaited course ❤
Thank you so much for this
A combined course for these was needed❤
GREAT GREAT GREAT only 3 words I have. Thank you very much for the Video.
Great work!
I was just waiting for this course.
Thank you ❤
Hey, actually i do love the way you explain! Tnx for the free Video !
been waiting for this!!!!!one of the best instructors ive had
Thank you Navin sir🤝
It helps a lot 💯
Sir please provide notes ❤❤that will help us a lot
Best explanation ever, thanks a lot!
Thanks for making it so simple.
Great Work! Really Helpful Thank you Naveen Sir.
great tutorial..i watched scaler video on DSA but i didn't like that..Your videos are good and animations are also awesome..Thank u so much from 🇳🇵I am feeling confident now😊
For dsa which programming language can be better for fresher either java or c++
So iam in first year of clg
@@mamidisaikrishna8233 both will work, but pick any one
Love from Kolkata Navin sir ❤
Thank you so much sir
I also waiting for this course 🥳👏
Thank you sir this vedio is really helpful to learn DSA
if you have not started dsa yet this video is fine but otherwise its just waste of time to spend 5.5 hours move ahead if you have your basics clear already.
bro iam a beginner will this help me solve basic leetcode problems
ok
Thank you so much Naveen sir,If you could please also upload the other algorithms as well they will be very useful.
Thanks for this tutorial sir can you make a video on backtracking and recursion in java
Tq for making this video, u r the best❤️❤️❤️❤️
amazing please sir can you recommend the best DSA and algorithm sheet to follow ?
Really great work
Thank you, sir, for making this video. It will be helpful for me.
Thanks teacher massive concept.
This is a video I am waiting for and finally 🎊
В универе не слушал лекции, так что приходиться учить сейчас
Can you make a similar to this for other datastructures in java collections
Furthermore on concurrent data structures?
Sir youre father of java ❤
Sorry sir,
Has anyone realised that sir are looking like Bhupendra Jogi 😄
BTW love you Sir ❤
This is truly a master piece, I am able to understand data structures now.
I have one question on linkedlist:
When we delete an element from a Linkedlist, we are just changing its pointer, are we leaving cleanup to GC? or can we do it in the code itself ?
GC takes care of it.
This is such an awsome video.. Thanks
Did this man just teach 3 months of DSA syllabus in just 5 hours???
good gifted person
Is data structures and algorithm concepts the same for Java and Python? If I go through this video, do I have to go through data structures and algorithms in Python as well? A suggestion can help me.
Yes, the fundamental concepts of data structures and algorithms are almost same across all programming languages. The core ideas of algorithms such as sorting, searching, and various data structures like arrays, linked lists, trees, etc., are not at all any language specific.
However, there are syntax differences, and built-in functions or libraries that you might use to implement certain algorithms or data structures are quite different for each language.
So, I think you need to go through the with the implementation of those algorithms in python for handy experience.
@@AbhinavRaj_P Thanks for the information brother!
sir 15:34 since the integer is allocated two bytes of memory so the memory address should be 101,103,105...is thsi correct?
you are just great sir.❤
Thank you so much sirrrrrrr!!!!!!!
Great video you majest data man 07:50
Really needed this ...
Telsko,why don't you teach web development?
Navin sir Great
Sir, please make tutorial video on JavaFx
Waiting for this one 🥲
Most awaited content for aliens from Telusko
Best Video
Helllo Naveen, thanks for the whole package it will be helpful. 👍🏻
Can you please add Heaps, Greedy and Graphs into this? Want to learn these from you