PDA

Click to See Complete Forum and Search --> : VB6 - LinkedListAdvanced


frigginjerk
Feb 16th, 2006, 03:37 PM
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.

andb
Sep 7th, 2006, 05:17 PM
Interesting class, I mean LinkedListAdvanced class, but I think it has a bug:
it works if you just append new items, but if you try to insert, it mistakes reindexing.

I'm going to study the class and find a solution (maybe you're faster), but for now: compliments, great job it is wat I was looking for! ;)