Data Structures and Algorithms (DSA) in Java 2024

  Рет қаралды 121,011

Telusko

Telusko

Күн бұрын

Пікірлер: 115
@kipngetichabsalom9100
@kipngetichabsalom9100 3 ай бұрын
Perfectly Explained. Also do for LLms
@mukeshkumarpatel6342
@mukeshkumarpatel6342 3 күн бұрын
1:18:15 we can Identify if its already sorted using a boolean. Like private static void bubbleSortInAscendingOrder(int[] data) { boolean isStillSwapping; for (int i = 0; i < data.length; i++) { isStillSwapping = false; for (int j = 0; j < (data.length - 1 - i); j++) { // if (data[j] < data[j + 1]) => It will sort in descending order if (data[j] > data[j + 1]) { isStillSwapping = true; int temp = data[j]; data[j] = data[j + 1]; data[j + 1] = temp; } } if (!isStillSwapping) { // NO SWAP, means already sorted break; } } }
@biswadeepchakraborty3546
@biswadeepchakraborty3546 3 ай бұрын
Nice tutorial sir, could you please upload some more advance dsa concepts and some binary search variations.
@BaTmAn-v2f4u
@BaTmAn-v2f4u 3 ай бұрын
Hi telusko Iam a big fan of Your subject and Java Learning 🎀
@deveshkumar4073
@deveshkumar4073 3 ай бұрын
Sir please bring some mini projects with spring boot
@bhushanrevankar8464
@bhushanrevankar8464 3 ай бұрын
And also 1 major project
@deveshkumar4073
@deveshkumar4073 3 ай бұрын
@@Sumeshkumarback can you give the links
@faru2301
@faru2301 3 ай бұрын
Innitt എന്തിനാ മൈരേ 😵‍💫
@CodingMakesMeHappy
@CodingMakesMeHappy 3 ай бұрын
​@@Sumeshkumarbacklots of videos where😂 crud operations is not spring boot project. There are many videos on spring boot projects but those are not actually projects they are crud operations. Like mern stack there are no videos on spring boot
@invincible_ayushcg
@invincible_ayushcg 3 ай бұрын
​@@CodingMakesMeHappy I have watched videos on related projects and I found low coding standards so I recommend to all of you learners, used GitHub repo and chatgpt to build mejor...
@omeysalvi
@omeysalvi 3 ай бұрын
This is exactly what I needed. Cant wait to digest the entire episode
@bhushanrevankar8464
@bhushanrevankar8464 3 ай бұрын
Sir please implement one major project with spring boot
@ShreyanshTiwari-t1l
@ShreyanshTiwari-t1l 2 ай бұрын
Thanks, I have watch the video till the last second and was implementing things along with the process, I loved the way you taught these thing in a very easy way. Again thanks a lot!
@elforeyyy
@elforeyyy 3 ай бұрын
Thank you so much Sir for Teaching. I started my journey last year and have learned Core Java, Servlet, Hibernate, Spring Core, Springboot and now am on micro-services. Fortunately I got a project for online school system and i used springboot with thymeleaf. I need help on which hosting wen-service can I use. Am in South Africa and I couldn't get help from anyone
@GreatestOneEver
@GreatestOneEver 17 күн бұрын
Subbed, thank you for the video.
@vijayakumarnigadi6752
@vijayakumarnigadi6752 3 күн бұрын
Hello Naveen , Please do some demo projects on spring boot microservices
@yashnarbekTPC
@yashnarbekTPC 3 ай бұрын
Thank you, teacher❤, don't be tired to teach us
@piyushbera8242
@piyushbera8242 2 ай бұрын
21:13 the first one in yellow box because its operations or the number of steps taken to reach the output is less than the second one where it moves through the entire checking every element. Let me know if i'm wrong somewhere. I'd love your feedback.
@aarifmohamedhassan
@aarifmohamedhassan 3 ай бұрын
When you explaining about Binary search, there is bit confusion. you mentioned that, Mid will become End, but the Pseudo code says, end = mid -1. and this will make error when you calculating mid element. that is, you said, mid = s + e /2. but this will be little error i think. so Mid calculation will be like below ; Mid = Start +(end - Start) /2 . I hope, it is clear.
@aarifmohamedhassan
@aarifmohamedhassan 3 ай бұрын
Anyway you are master in teaching. Good Work bro
@CodeWithLogicalPradip
@CodeWithLogicalPradip Ай бұрын
Can use /n instead of sysoln
@davebudah
@davebudah 3 ай бұрын
Always something good from this channel
@DetrickQuinonez
@DetrickQuinonez 3 ай бұрын
Thanks for the breakdown! I need some advice: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). Could you explain how to move them to Binance?
@nanip3946
@nanip3946 4 күн бұрын
Just a suggestion… never put your security passphrase anywhere in the internet. People can use your key and email to get access very easily.
@gEngIneerftw
@gEngIneerftw Ай бұрын
3:42:00 about the delete method. What if I want to delete the first element?
@ragothamanragothaman7244
@ragothamanragothaman7244 14 күн бұрын
just change the head
@王时代
@王时代 2 ай бұрын
Thanks for sharing!
@oladeletemenu3864
@oladeletemenu3864 3 ай бұрын
Thank you for your explanations.
@ShreyanshTiwari-t1l
@ShreyanshTiwari-t1l 3 ай бұрын
That's all I needed rn. Thanks buddy 🎉
@jayasurya.p4301
@jayasurya.p4301 3 ай бұрын
Sir please upload java collection fully sir
@piyushjainwork01
@piyushjainwork01 3 ай бұрын
Well Explained bro.!!
@Student_2004-q4y
@Student_2004-q4y 9 күн бұрын
Whats the difference between old DSA video and this?
@Student_2004-q4y
@Student_2004-q4y 6 күн бұрын
@Telusko
@SouvikMishra
@SouvikMishra 2 ай бұрын
Today I start my Dsa journey. Let's check when I completed this 😊
@rutuja6448
@rutuja6448 15 күн бұрын
How long you reached?😊
@ALONEEATER
@ALONEEATER 11 күн бұрын
@@rutuja6448 😵‍💫😵‍💫😵‍💫
@bgmiwrath925
@bgmiwrath925 16 күн бұрын
Is this single video enough to learn DSA using Java? what more would be needed after this video with learning and interview point of view.
@WorstinJava
@WorstinJava 3 ай бұрын
Sir RECURSION IS DREAM MY EXAMPLE ❤
@SnehansuPradhan
@SnehansuPradhan 3 ай бұрын
Make a project on spring boot
@ManojKv-wi9gz
@ManojKv-wi9gz 4 күн бұрын
Man i have interview on monday and im studing all this now
@Kishor-Reddy
@Kishor-Reddy Ай бұрын
//• Worst-case: O(n2) (e.g., for a reverse-sorted array). // Best-case: O(n) (e.g., for an already sorted array due to the early exit condition). public static int[] bubbleSort(int[] numbers){ int temp=0; boolean swaped=false; for (int i = 0; i < numbers.length; i++) { swaped=false; for (int j = 0; j < numbers.length-1; j++) { if(numbers[j]>numbers[j+1]){ // swap temp=numbers[j]; numbers[j]=numbers[j+1]; numbers[j+1]=temp; swaped=true; } } if(!swaped){ // if no swap in the iteration then its already sorted no need iterate again return numbers; } } return numbers; }
@Harshitha-9
@Harshitha-9 Ай бұрын
hi sir please cover graphs also
@shivamji6232
@shivamji6232 18 күн бұрын
Sir post order ka logic kya hoga
@temporaryerror-gm2zf
@temporaryerror-gm2zf Ай бұрын
@Telusko please do data structure and algorithms of python because you do very well
@tanu_matre
@tanu_matre 3 ай бұрын
I was waiting for this 😊
@Vanshgupta2005
@Vanshgupta2005 3 ай бұрын
Please Make video in Hindi of c++ DSA
@sathvikrk2002
@sathvikrk2002 Ай бұрын
Can I please get the PPT
@NarasimhaReddy-mv3hs
@NarasimhaReddy-mv3hs 3 ай бұрын
nuvvu na devudu vi saami
@ajkumar0063
@ajkumar0063 3 ай бұрын
☺😂 mana telugodu
@Hari_Goud
@Hari_Goud 3 ай бұрын
Navin Anna ❤❤❤
@SP-qk6vd
@SP-qk6vd 2 ай бұрын
27:00 timestamp1
@poisondart5586
@poisondart5586 29 күн бұрын
Damn !! The whole video❤❤❤❤❤❤
@dhiva-r6x
@dhiva-r6x 3 ай бұрын
sir for automation testing to learn dsa these video is fine or need to learn more topics?
@SP-qk6vd
@SP-qk6vd 2 ай бұрын
1:25:00 timestamp 2
@limonkhandokar2255
@limonkhandokar2255 2 ай бұрын
How to i learn + implement in java ?
@TirthPrajapati-by9mu
@TirthPrajapati-by9mu 3 ай бұрын
Thank you sirji ❤❤❤
@heamnth-f5j
@heamnth-f5j 21 күн бұрын
helpful🤩
@sabyasachisaha2267
@sabyasachisaha2267 3 ай бұрын
The most awaited video
@mukeshruwali4319
@mukeshruwali4319 3 ай бұрын
Could you provide all the pdf and code you used plz.
@sharish8449
@sharish8449 Ай бұрын
sir could you please give the code link
@Himanshu_Dhandole
@Himanshu_Dhandole Ай бұрын
Thanks 🙌
@UmaRastogi-s9j
@UmaRastogi-s9j 3 ай бұрын
Old alien subscribers will say this is reuploded😂
@Telusko
@Telusko 3 ай бұрын
Not the same video
@azharalibhutto1209
@azharalibhutto1209 3 ай бұрын
❤❤❤❤❤❤❤ thank you
@t.dushyanthbalaji3638
@t.dushyanthbalaji3638 3 ай бұрын
What is it enough to learn DSA 🧐
@rabbitlover7656
@rabbitlover7656 3 ай бұрын
Why do most universities or institutes start learning Java programming language instead of C++, especially in India and Saudi Arabia? I mean, on the first day in college or institute, they start teaching Java without teaching C++ before it, knowing that students are supposed to study C++ and then start teaching them any language they want, whether Java or another. Why do Indians and Saudis use Java extensively? I mean, most of their programmers are proficient in Java, regardless of whether they use it or not, but they teach us even if they don't use it? I mean, is there a secret in Java that we don't know yet, and why are its users more numerous than C++?
@amitkhati657
@amitkhati657 2 ай бұрын
I don't think so as our college has C++ in our 4th sem and java in 5th , and yes it's a diploma course so that's why we are being taught these programming languages so late,. 😅
@BddbbdBsbsvd
@BddbbdBsbsvd 3 ай бұрын
Please do dsa in python
@itz_Manish02
@itz_Manish02 3 ай бұрын
Please make spring season 6 full course in Hindi 😅
@User-083-3
@User-083-3 Ай бұрын
Sir please do dsa + python
@leoniaklebanov2502
@leoniaklebanov2502 3 ай бұрын
Awesome!!!!
@MOROIS-HAQ
@MOROIS-HAQ 2 ай бұрын
Sir please I want to learn html
@nannadash6853
@nannadash6853 3 ай бұрын
where is the Algorithm ? its only Data Structure .
@nandhu2549
@nandhu2549 3 ай бұрын
New one or old one?
@vkstar8395
@vkstar8395 3 ай бұрын
old
@RishamRaj-fe6sl
@RishamRaj-fe6sl 3 ай бұрын
Early one's know this is clipped from previous 48 hour course
@Telusko
@Telusko 3 ай бұрын
Its different, only few know 😅
@lakshmiperumal1
@lakshmiperumal1 3 ай бұрын
53:02
@rameshbuvi3384
@rameshbuvi3384 Ай бұрын
if BinarySearch is always better than the LinearSearch..Why does that even exist? is there a specific scenario..that linearSearch works better than Binary?
@FFKUNAL5449W
@FFKUNAL5449W Ай бұрын
See without linear search nothing is possible because every other is just an upgrade of linear search with different technique but we always have to compare things for this linear search is best.
@user-cz5rq6zt4r
@user-cz5rq6zt4r 3 ай бұрын
thanks
@sanushcj
@sanushcj 3 ай бұрын
GOAT ❤❤
@SP-qk6vd
@SP-qk6vd 2 ай бұрын
3:24:00
@youtubesai6715
@youtubesai6715 2 ай бұрын
Evaindiraaaaaa
@elHispano2106
@elHispano2106 2 ай бұрын
14:22
@psudhakarreddy6548
@psudhakarreddy6548 3 ай бұрын
Tq sir.
@MeiyarasuS
@MeiyarasuS 3 ай бұрын
Re-uploaded?
@vkstar8395
@vkstar8395 3 ай бұрын
yes
@Telusko
@Telusko 3 ай бұрын
Nope
@JeetYadav-i6w
@JeetYadav-i6w 3 ай бұрын
Sir did you completed all the concepts of DSA in JAVA????
@VenuKanchiraju
@VenuKanchiraju 3 ай бұрын
No he just upload basic datastructures
@siva_avinash_
@siva_avinash_ 3 ай бұрын
option 1
@manikumar-vr3kp
@manikumar-vr3kp 3 ай бұрын
we want dsa in python
@sreenivaskarthikeya3848
@sreenivaskarthikeya3848 28 күн бұрын
10:47 😂
@andrejsslobodjaniks9995
@andrejsslobodjaniks9995 Ай бұрын
interesting
@bhattbrthers7598
@bhattbrthers7598 3 ай бұрын
🎉🎉
@manishmali7440
@manishmali7440 3 ай бұрын
@Shiv.aprasad_
@Shiv.aprasad_ 3 ай бұрын
Someone make dsa in python
@deveshkumar4073
@deveshkumar4073 3 ай бұрын
First comment 😊
@nileshd1062
@nileshd1062 3 ай бұрын
This is not enough
@Rajat_Kumar0308
@Rajat_Kumar0308 3 ай бұрын
who all here on october 2024 , udhar b dekho 1 baar !!!
@Mahiti-In-marathi
@Mahiti-In-marathi 3 ай бұрын
To much lengthy explaination.
@JeetYadav-i6w
@JeetYadav-i6w 3 ай бұрын
First view....
@Arun30802
@Arun30802 3 ай бұрын
New or old?
@Gokul0717
@Gokul0717 3 ай бұрын
Old video
@munib2023
@munib2023 3 ай бұрын
it's new video
@vkstar8395
@vkstar8395 3 ай бұрын
old
@Telusko
@Telusko 3 ай бұрын
New
@soujanyand8100
@soujanyand8100 3 ай бұрын
Thanks a lot for clear explanation
@piyushkumar6609
@piyushkumar6609 3 ай бұрын
@The_Ashwatthama
@The_Ashwatthama 3 ай бұрын
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
3 Types of Algorithms Every Programmer Needs to Know
13:12
ForrestKnight
Рет қаралды 524 М.
8 Rules For Learning to Code in 2025...and should you?
12:59
Travis Media
Рет қаралды 258 М.
Fastest way to learn Data Structures and Algorithms
8:42
Sahil & Sarra
Рет қаралды 328 М.
Web Developer Roadmap (2025) - Everything is Changing
21:48
CodeWithHarry
Рет қаралды 548 М.
This free Chinese AI just crushed OpenAI's $200 o1 model...
4:41
Fireship
Рет қаралды 2,1 МЛН
WHY IS THE STACK SO FAST?
13:46
Core Dumped
Рет қаралды 193 М.
How I Mastered Data Structures and Algorithms in 8 Weeks
15:46
Aman Manazir
Рет қаралды 163 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН