Data Structures
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 Javascript
Seeing as I’d implemented the linked list in Java (an OO language) and Python (an OO/procedural mix), I thought it would be fun to impleme..
The linked list in Python
This was my first attempt at a Python script. Actually, I lie. I’ve tried before, but lost interest after a little bit. Not sure why, beca..
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..