F
finer
i'm new to C#, but i'm trying to write a circular doubly linked list.
theres a bug in my code somewhere (i think in my find() method or
ToGo() method) that causes an endless loop after i insert a node in
the middle of the list.
anyone care to take a look? i'm stumped. i appreciate any help.
source code:
http://www.cse.buffalo.edu/~dhfine/linkedlist.txt
thanks.
-dave
theres a bug in my code somewhere (i think in my find() method or
ToGo() method) that causes an endless loop after i insert a node in
the middle of the list.
anyone care to take a look? i'm stumped. i appreciate any help.
source code:
http://www.cse.buffalo.edu/~dhfine/linkedlist.txt
thanks.
-dave

