| | Article: “An Extensive Examination of Data Structures Using C# 2.0 Part 1: An Introduction to Data Structures,” by Scott Mitchell. Discusses data structures and analyzing their efficiency. Discusses two of the most commonly used data structures—Array and List. | http://msdn2.microsoft.com/en-us/library/ms379570(VS.80).aspx
|
|
|
|
| | Article: “An Extensive Examination of Data Structures Using C# 2.0 Part 4: Building a Better Binary Search Tree,” by Scott Mitchell. Discusses AVL trees and red-black trees—self-balancing binary search tree data structures. Also discusses the skip list data structure and builds a skip list class in C#. | http://msdn2.microsoft.com/en-us/library/ms379573(VS.80).aspx
|
|
|
|
|
|