.NET White Papers
An Extensive Examination of Data Structures Using C# 2.0 - Part 1: An Introduction to Data Structures
Overview Probably the most common and well-known data structure is the array, which contains a contiguous collection of data items that can be accessed by an ordinal index. This paper focuses on an introduction to data structures, defining what data structures are, how the efficiency of data structures are analyzed, and why this analysis is important. This paper also examines two of the most commonly used data structures present in the .NET Framework: the Array and List.
| Publisher | Microsoft | File Format | HTML |
|---|---|---|---|
| Date Published | January 2005 | Downloads | 1896 |
| Format | White Papers | ||
| Topics | |||



