C#: An Extensive Examination of Data Structures

This article kicks off a six-part series that focuses on important data structures and their use in application development. We’ll examine both built-in data structures present in the .NET Framework, as well as essential data structures we’ll have to build ourselves. This first installment focuses on defining what data structures are, how the efficiency of data structures is analyzed, and why this analysis is important. In this article, we’ll also examine the Array and ArrayList, two of the most commonly used data structures present in the .NET Framework.

7 Comments

  1. 2003-12-03 8:29 pm
  2. 2003-12-03 8:57 pm
  3. 2003-12-04 12:06 am
  4. 2003-12-04 11:53 am
  5. 2003-12-04 12:59 pm
  6. 2003-12-04 2:34 pm
  7. 2003-12-04 6:25 pm