I have a requirement for linked list type traversing in c#, What structure i should use for my project Please suggest..
2 Answers
eh, a System.Collections.Generic.LinkedList<T> maybe? See http://msdn.microsoft.com/en-us/library/he2s3bh7.aspx
1 Comment
Arnis Lapsa
Unless requirement is to reinvent the wheel - it's better to use ready structure.
Here is some examples
1 Comment
Bolek Tekielski
And a book - Data structures and algorithms using c#, amazon.com/Data-Structures-Algorithms-Using-C/dp/0521670152