Skip to content

Interactive Linked Lists

jerrinl edited this page Dec 14, 2013 · 5 revisions

How to Use this Page

What's required

  • An IDE of your choosing (I use jGrasp in this tutorial)
  • Patience

Step one

  • View the video here!
  • Open up LinkedList.java
  • Follow through the code in the video

Step two

  • Attempt to use this programs methods
  • Print out what is returned from each statement
  • Understand the explanation on what goes on with each method

Future usage

  • Play with the code! Look up what an Ordered Linked List is. See how it's different.
  • Send me an email to jerrinl@hawaii.edu if you have questions

Clone this wiki locally