Click here to Skip to main content
15,914,074 members
Articles / Programming Languages / C#

SearchList: a quick sorted list, implemented using .NET Generics

Rate me:
Please Sign up or sign in to vote.
4.78/5 (3 votes)
19 Jun 20052 min read 49.3K   425   27  
The search list is a composition of SortedLists that will let you find your data in no time. This is indicated when you need filtered full scans in large lists.

Views

Daily Counts

Downloads

Weekly Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Brazil Brazil
Interested in C#, ASP.NET and games programming;

Comments and Discussions