0

I have a requirement for linked list type traversing in c#, What structure i should use for my project Please suggest..

2 Answers 2

5

eh, a System.Collections.Generic.LinkedList<T> maybe? See http://msdn.microsoft.com/en-us/library/he2s3bh7.aspx

Sign up to request clarification or add additional context in comments.

1 Comment

Unless requirement is to reinvent the wheel - it's better to use ready structure.
1

Here is some examples

C# Generics Recipes—Implementing a Linked List

Linked Lists

Using Linked List in C#

1 Comment

And a book - Data structures and algorithms using c#, amazon.com/Data-Structures-Algorithms-Using-C/dp/0521670152

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.