Java #1 - Singly Linked List Tutorial w/ Implementation & Problem Solving - Reversing & Element Find

  Рет қаралды 25,470

Vlad Romanov

Vlad Romanov

Күн бұрын

Пікірлер: 17
@C00l4l1f3
@C00l4l1f3 6 жыл бұрын
Finally, a tutorial that can help university students. All the other ones show you how to implement the correct List class, which you can almost never use to solve the uni problems with data structures.
@Bboyman1150
@Bboyman1150 3 жыл бұрын
Simple print method I added: public void printElements() { Node selected = head; int position = 0; while(selected != null){ System.out.println("Node: '" + selected.element + "' at position " + position + "."); selected = selected.getNext(); position++; } }
@MegaSzym0n
@MegaSzym0n 5 жыл бұрын
Thanks, way more helpful than my professor!
@pokrova70
@pokrova70 4 жыл бұрын
Something I had to clarify for myself: public void reverseList() { if (size
@fedvgo
@fedvgo 6 жыл бұрын
good video. You def need to know some coding to understand this video. it helped me out thanks
@yousifsalam
@yousifsalam 4 жыл бұрын
did we use the constructor Node(int e, Node n)? cause I don't believe so.. how do we use it? Say I want to copy a list of integers to this linked list, how do I do that?
@benammba5370
@benammba5370 6 жыл бұрын
great content ,it's helping me alot
@johnchong9660
@johnchong9660 3 жыл бұрын
May I know this is list adt implement in linked list?
@serdashehu
@serdashehu 4 жыл бұрын
what does size==0 indicate ? for it to be head=tail, shouldn't the size be 1?
@itsMunchkin
@itsMunchkin 6 жыл бұрын
How do i save a list to a file?
@charbelantoinehanna859
@charbelantoinehanna859 5 жыл бұрын
your software on git hub is not present anymore why?
@SolisPLC
@SolisPLC 5 жыл бұрын
Looks like the link broke. Here's a new one... github.com/VRomanov89/EEEnthusiast/tree/master/04.%20Java%20Tutorials/JavaTutorials
@princesssingcol629
@princesssingcol629 4 жыл бұрын
Thank you!!
@MrMikomi
@MrMikomi 6 жыл бұрын
Mate it doesn't work using your hands to illustrate stuff. We don't know which side is the front and which the back. Whether left hand side denotes the front or back of a list of items is arbitrary, plus you may or may not have transposed for the benefit of the viewer (your left is our right and vice versa).
@almahak2174
@almahak2174 4 жыл бұрын
This shit is very hard
@iKostanCom
@iKostanCom 7 жыл бұрын
It would be better to display some prerequisites before actual coding. I mean you have to have some serious background in terms of programming in order to understand this tutorial...
@CODINC
@CODINC 5 жыл бұрын
Lol your explanation confused me so much.
LinkedList vs ArrayList in Java Tutorial - Which Should You Use?
11:43
Coding with John
Рет қаралды 613 М.
小丑教训坏蛋 #小丑 #天使 #shorts
00:49
好人小丑
Рет қаралды 41 МЛН
Singly Linked Lists Tutorial - What is a Linked List?
13:31
Tech With Tim
Рет қаралды 43 М.
Understanding and implementing a Linked List in C and Java
18:15
Jacob Sorber
Рет қаралды 248 М.
LinkedList 12 Double Linked Lists
12:11
RobEdwards
Рет қаралды 12 М.
Learn Linked Lists in 13 minutes 🔗
13:24
Bro Code
Рет қаралды 364 М.
Singly Linked List | Insert, Delete, Complexity Analysis
14:39
Blue Tree Code
Рет қаралды 63 М.
Linked List in Java
17:39
Derek Banas
Рет қаралды 614 М.