Implementation of a simple Java linked list. In this video we cover methods to remove the front & rear of the list, and to search for elements stored in the list.
Overview - • Overview of Linked Lists - Implementa...
Part 1 - • Implementing a Linked List in Java (p...
Part 3 - • Implementing a Linked List in Java (p...
0:11 - LinkedList.removeFirst()
3:35 - LinkedList.removeLast()
8:10 - Testing remove methods
10:00 - LinkedList.contains()
11:59 - LinkedList.indexOf()
15:20 - Testing contains & indexOf
18:00 - More LinkedList class testing