开发者

How to implement linked list type structure in C#?

I have a requirement for link开发者_如何转开发ed list type traversing in c#, What structure i should use for my project Please suggest..


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


Here is some examples

C# Generics Recipes—Implementing a Linked List

Linked Lists

Using Linked List in C#

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜