0
Does java contain linked list? Because in cpp it seems very hard to me.
If it has it, pls send me any codes or tutorials to understand it.
7 Antworten
+ 5
Complete Java course, you will get all the things!!
Regards,
Rishav Tiwari
+ 1
Yes of course java has a linked list data structure. Its location is java.util.LinkedList
+ 1
ArrayList, LinkedList, HashMap, Sets etc. is a part of the Java course.
It's actually quite easy to work with those lists in Java.
+ 1
M. Jawahirullah Feel free to ask questions whenever you face any difficulty or can't understand something properly.
+ 1
Martin Taylor There is nothing hard in those lists, but it's hard to find good documentation in how to use those lists in cpp.
I couldn't find anything about them in my old deprecated books, and Google is not always your friend when you only find small pieces of code posted in communities by users, and sometimes you have to be a member of a community to see the posts.
0
How did you learn that?that is quite complex for me.