Тёмный
No video :(

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

EEEnthusiast
Подписаться 41 тыс.
Просмотров 25 тыс.
50% 1

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 17   
@C00l4l1f3
@C00l4l1f3 5 лет назад
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.
@MegaSzym0n
@MegaSzym0n 5 лет назад
Thanks, way more helpful than my professor!
@Bboyman1150
@Bboyman1150 2 года назад
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++; } }
@pokrova70
@pokrova70 3 года назад
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
@benammba5370
@benammba5370 6 лет назад
great content ,it's helping me alot
@MrMikomi
@MrMikomi 5 лет назад
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).
@yousifsalam
@yousifsalam 3 года назад
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?
@princesssingcol629
@princesssingcol629 4 года назад
Thank you!!
@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?
@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...
@itsMunchkin
@itsMunchkin 5 лет назад
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
@almahak2174
@almahak2174 4 года назад
This shit is very hard
@CODINC
@CODINC 5 лет назад
Lol your explanation confused me so much.
Далее
나랑 아빠가 아이스크림 먹을 때
00:15
Просмотров 3,7 млн
Reforged | Update 0.30.0 Trailer | Standoff 2
02:05
Просмотров 413 тыс.
Data Structure : Doubly Linked List Part 1
20:00
Просмотров 72 тыс.
Linked Lists for Technical Interviews - Full Course
1:27:24
Learn Linked Lists in 13 minutes 🔗
13:24
Просмотров 285 тыс.
Generics: The most intimidating TypeScript feature
18:19
Making a Game in JavaScript with No Experience
5:49
Просмотров 819 тыс.