Introduction
  • Introduction
Singly Linked List (Dummy Node Implementation)
  • Intro to Singly Linked List
  • Node Class, LinkedList Constructor and Fields
  • Implementing prepend method
  • Implementing toString and getSize Methods
  • Implementing append method
  • Implementing removeFirst method
  • Implementing removeLast method
  • Implementing insertAt method
  • Implementing removeAt method
Doubly Linked List (Dummy Node Implementation)
  • Intro to Doubly Linked List
  • Setting up our Doubly Linked List
  • Implementing prepend method
  • Implementing append method
  • Implementing removeFirst method
  • Implementing removeLast method
  • Implementing insertAt method
  • Implementing removeAt method
  • Implementing printReverse method
Bonus Section
  • Coupon For The Full Course