The data structures that I created from scratch in my Data Structures class. (Written in Java) These include an ArrayList, LinearList, Hashtable, BinarySearchTree, BalancedTree, Queue, and a Stack. They are all generic so they can contain any type of object.
-Sergio Rigoberto Santana