Warning: file(data/code/java/LinkedLists//archive.txt) [function.file]: failed to open stream: No such file or directory in /home2/skeezene/public_html/soma/app/controllers/items_controller.php on line 36
Linked List

Linked List

This is a program that uses a linked list data structure to keep a catalog of names and ages. It also displays statistics on the ages. To insert a name, put the name in the name field and the age in the age field and hit enter, or click Add Name. To remove a name, put the name in name field and click Remove Name. Entering an invalid age will result in it telling you you are dumb by defaulting to an age of -9999.99. I could've made it default to whatever I wanted of course, but hey, you deserve it.