How To Create A Node In A Linked List | FREE DSA Course in JAVA | Lecture 91

  Рет қаралды 21,229

TAP ACADEMY

TAP ACADEMY

Жыл бұрын

The first very basic operation during the course of the linked list module is the creation of a node.
In this lecture, we will understand how we can create a node in java and how to link different nodes with one another.
This is very important to understand to actually work on linked lists.
Node is a very special data structure that contains both actual data and the address of another data structure.
Let's see in this lecture understand the complete process to create a node of a single linked list.
Subscribe ‪@TAPACADEMY‬
For more information, fill out this form: forms.gle/8eiUmM92Fx563Aen9
or call us at 8884881203
Facebook: / thetapacademy
Instagram: / tapacademy_online
Linkedin: / 73820805
Website: www.thetapacademy.com​
#linkedlist #dynamicprogramming #java #dsa #dsacourse #javacourse #placement #itjobs #jobs #dsacoursejava

Пікірлер: 39
@leonelmessi3010
@leonelmessi3010 Ай бұрын
Even some paid courses doesn't explain like this. I appreciate your effort.
@PeterPatrick-uq5ef
@PeterPatrick-uq5ef 4 ай бұрын
This young man is indeed the best.I haven't seen any break it down like he did. I have been studying this topic; even though i get the concept, implementation was difficult. Now that he simplifies it in the best understandable manner, implementation seem easy.
@aliyuumargumel7869
@aliyuumargumel7869 5 ай бұрын
I finally understand how linked-list implementation works. Thank you very much.
@jeanjki8186
@jeanjki8186 8 ай бұрын
Your explanation really shows you understand students. Great course.
@user-fc4yv1it6p
@user-fc4yv1it6p Жыл бұрын
Sir By Far you are the best teacher I come across. You n The Tap Academy are Simply Best. Keep up the good work
@puttapallisatishyadav222
@puttapallisatishyadav222 Ай бұрын
superbbb!
@hlwdesire3183
@hlwdesire3183 2 ай бұрын
young man you desrves more respect and views on the
@myosith4795
@myosith4795 4 ай бұрын
Excellent simply amazing Clear explanation
@ijjumanjula1322
@ijjumanjula1322 9 ай бұрын
More creativity... Thanks for explaining very clearly
@stalkerkk
@stalkerkk 5 ай бұрын
Such a easy explanation... Great teaching...
@leozhong9270
@leozhong9270 8 ай бұрын
Really good explanation thank you sir
@purushottamjha2783
@purushottamjha2783 10 ай бұрын
🎉nice explanation
@thrivendrar9710
@thrivendrar9710 2 ай бұрын
i wated lot videos regrading about LinkedList but your video was very simple an easy to understand
@rohith3261
@rohith3261 10 ай бұрын
Craziest explain ❤
@nithishkumarramasamy9985
@nithishkumarramasamy9985 7 ай бұрын
Reallly Great .. u r the best
@banacode
@banacode 2 ай бұрын
Very UNDERRATED, HIS EXPLAINATION DEVERSES MORE VIEWS AND COMMENTS.
@maikonhu706
@maikonhu706 10 ай бұрын
Very well expalined Brother, i was struggling to understand code of Linkedlist you made me understandable , U guys deserve lot of subscribers.
@AmritSingh-rf7in
@AmritSingh-rf7in 28 күн бұрын
This is Amazing Explanation !! Great Work 👍
@syedtanzeelHCAD
@syedtanzeelHCAD 11 ай бұрын
bro you have done great work i like the way you explain this will be useful for me
@prashantpawale2794
@prashantpawale2794 2 ай бұрын
first time I got the node concept clearly
@user-md8wy2wx9q
@user-md8wy2wx9q 8 ай бұрын
Best way to understand
@ajaya1750
@ajaya1750 2 ай бұрын
Wow excellent
@BlontLosh
@BlontLosh 5 ай бұрын
nice video thenks !!!
@kundrapuharika6294
@kundrapuharika6294 3 ай бұрын
Vere level explanation👌
@pbusinge
@pbusinge 6 ай бұрын
Very good explanation 😊
@parmeetsingh7262
@parmeetsingh7262 4 ай бұрын
Best explanation
@soumyakantarath4551
@soumyakantarath4551 7 ай бұрын
thank you very much I am not using java for long time as I am using Scala,Python, stuck in the line Node next(what is Node) finally you explained it. Thank you very much :)
@frankbanda-we5kr
@frankbanda-we5kr 2 ай бұрын
You are a help.
@fstreamdl1631
@fstreamdl1631 3 ай бұрын
bro u r awesome 🙌 but where is your stack queue tree and dp videos ?
@syedafrid1178
@syedafrid1178 21 күн бұрын
Thank you🥲🙏
@unknown_tech.spy.mr_peace
@unknown_tech.spy.mr_peace 9 ай бұрын
Sir your explanation is like Rohit sir
@OODevelopers
@OODevelopers 3 ай бұрын
Hi, can i please get the videos for tree and graph datastructure?
@saurabhchamoli5204
@saurabhchamoli5204 Жыл бұрын
Sir can we write curr. next!=null. inside while
@code-java
@code-java Жыл бұрын
no..if u write u will not get last element
@pusinha
@pusinha 4 ай бұрын
Why are we using curr ? cant we traverse using head=head.next ?
@vvijayvenkat
@vvijayvenkat 3 ай бұрын
Technically, yes., you can., But.. the reference to the start of the LL would get lost. If you want to do further operations in the LL, then it would be a challenge.
@java_trainer6692
@java_trainer6692 Жыл бұрын
Teee2w😊
@MJGamingML
@MJGamingML 4 ай бұрын
I am sorry whats with the sound
@java_trainer6692
@java_trainer6692 Жыл бұрын
Teee2w😊
every good programmer should know how to code this data structure (its easy)
21:08
Please be kind🙏
00:34
ISSEI / いっせい
Рет қаралды 88 МЛН
Why You Should Always Help Others ❤️
00:40
Alan Chikin Chow
Рет қаралды 123 МЛН
IS THIS REAL FOOD OR NOT?🤔 PIKACHU AND SONIC CONFUSE THE CAT! 😺🍫
00:41
Learn Linked Lists in 13 minutes 🔗
13:24
Bro Code
Рет қаралды 258 М.
LinkedList vs ArrayList in Java Tutorial - Which Should You Use?
11:43
Coding with John
Рет қаралды 573 М.
MUST KNOW junior role JAVA interview questions
42:15
Keep On Coding
Рет қаралды 98 М.
Node-Based Data Structures in Java
28:03
0612 TV w/ NERDfirst
Рет қаралды 57 М.
Pass By Value and Pass By Reference In Java | Java Tutorials
26:02