Skip to content

Instantly share code, notes, and snippets.

@ericrswanny
ericrswanny / LinkedList.java
Created September 10, 2011 14:01
A linked list class implemented in Java
/*============================================================================
Name : LinkedList.java
Author : Eric Swanson
Date : Sep 7, 2011
Version :
Description :
Copyright (C) 2011 Eric Swanson
This program is free software: you can redistribute it and/or modify