共用方式為


Scott Mitchell's Data Structure Article is finally up...

Ages ago, Scott Mitchell wrote the 1st of 6 articles on Data Structures in C#... and now it is finally up (through no fault of Scott's)

Check it out here: msdn.microsoft.com/vcsharp/default.aspx?pull=/library/en-us/dv_vstechart/html/datastructures_guide.asp

An Extensive Examination of Data Structures

Part 1: An Introduction to Data Structures

Scott Mitchell

4GuysFromRolla.com

October 2003

Summary: 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.

Comments

  • Anonymous
    November 18, 2003
    Years Ago? Are all the articles posted somewhere? I want to read all 6 now :-) I have been waiting for a good article on Data Structures. There isn't very much information out there on DS and especially in the .Net world?
  • Anonymous
    November 18, 2003
    #1 and #2 have been sent to me... #1 has just been posted now... the rest should follow over the next 4 months
  • Anonymous
    November 18, 2003
    Darn, I was afraid of that :( We must always wait for the finer things in life.
  • Anonymous
    November 18, 2003
    yowza... my kinda stuff.. thanks..
  • Anonymous
    November 20, 2003
    Good to see the article up, thanks Duncan. I hope to have Part 3 written by the end of this month.

    Duncan, any ETA on when Part 3 will be up? Thanks!
  • Anonymous
    January 29, 2004
    Hey Scott,

    Is the Part 3 up now. Where can I find it? Thanks for the help.