Hi all,
You might remember some time ago that I released some linkedlist and hashtable code here in vbforums. Here's the final version of my LinkedList class.
I think it's very fast when comparing against the intrisic Collection object, especially if you use the "SetSize" method before appending items.
Feel free to leave comments and suggestions.
