Does java contain linked list? Because in cpp it seems very hard to me. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

27th Mar 2021, 3:38 PM
Jawahirullah
Jawahirullah - avatar
7 Answers
+ 5
Complete Java course, you will get all the things!! Regards, Rishav Tiwari
27th Mar 2021, 3:56 PM
Abhiyantā
Abhiyantā - avatar
+ 1
Yes of course java has a linked list data structure. Its location is java.util.LinkedList
27th Mar 2021, 3:39 PM
Soumik
Soumik - avatar
+ 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.
27th Mar 2021, 4:01 PM
Jan
Jan - avatar
+ 1
M. Jawahirullah Feel free to ask questions whenever you face any difficulty or can't understand something properly.
27th Mar 2021, 4:19 PM
Soumik
Soumik - avatar
+ 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.
28th Mar 2021, 12:02 PM
Jan
Jan - avatar
0
How did you learn that?that is quite complex for me.
27th Mar 2021, 3:49 PM
Jawahirullah
Jawahirullah - avatar