« Code Kata | Main | Kata Twenty: Klondike »

January 28, 2007

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d83451c41c69e200d835733dcf69e2

Listed below are links to weblogs that reference Kata Twenty One: Simple Lists:

Comments

Username

"Some other implementation of your choosing, except that it should use no references (pointers) to collect nodes together in the list."

I don't get this - as far as I know, you need a reference to access a node, even if you somehow obscure it using handles or something.

What am I missing in this third implementation? The only possible methods are to either build a string (which probably isn't the point of the problem), or to create a dynamic list of referenes in a single group/array (as in a hash table). I don't see how these quality.

The comments to this entry are closed.