开发者

How to implement linked list type structure in C#?

开发者 https://www.devze.com 2022-12-10 09:42 出处:网络
I have a requirement for link开发者_如何转开发ed list type traversing in c#, What structure i should use for my project

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

精彩评论

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