Linked List Application
Below is a representation of a linked list. There are seven buttons at the top of the screen. There are five extra buttons at the bottom of the screen to handle the operations on the linked list. First you should select a cartoon player by clicking on any of the buttons at top of the screen. Then by pushing the "insert" button you can create the first element of your linked list that points to "NULL". After that you can insert any item on the list by selecting the item first and then the place to be inserted which is stated within the combo box at the bottom of the screen.
Linked List