More courses! Free C++ course: https://www.udemy.com/course/free-lea...
Make a social network with Spring Boot: https://www.udemy.com/course/java-spr...
Learn about MySQL and relational databases: https://www.udemy.com/course/mysql-an...
Java desktop programming: https://www.udemy.com/course/java-swi...
Intermediate-Advanced C++ 11: https://www.udemy.com/course/learn-ad...
-------------------------------------------------------------------------------------------------------------------------------------------
IMPORTANT NOTE: I had slightly misunderstood something when making this video, as pointed out to me by "kidbabic" among others. If you add or insert something to a LinkedList by specifying an index, the list has to iterate over all items in itself up to that point in order to find the insertion/deletion point. So adding or removing to LinkedList is only faster if you use an iterator, which you have ready pointing at the correct point.
This is a tutorial on LinkedLists in Java; when to use LinkedList rather than ArrayList, and how to use the List interface.
--------------------------------------------------------------------------------------------------------------------------------------------
More videos on my YouTube channel: / caveofprogramming