Java
CategoryGenerics in Java
In some recent posts, I’ve created generic data structures in Java (see Linked List and Hashtable). When I say generic, I mean you could s..
The hashtable in Java
The hashtable is a nice little data structure. It’s useful for storing arbitrary objects in quick time and accessing them just as quickly…
The linked list in Java
I have always liked the linked list so I decided to put together linked list implementations in my favourite programming languages. This p..