Deitel
Resource Centers
Corporate Training
Books
FAQs
Newsletter
Tutorials
Web 2 eBook
Resource Centers
>>
Programming
>>
C#
>>
C# Algorithms and Data Structures
Login
|
Register
|
Media Kit
|
Press
|
Site Map
|
Contact Us
Resource Center
Contents
•
C# 2.0
•
C# Algorithms and Data Structures
•
C# and DirectX Game Programming Tutorials and Articles
•
C# Game Programming
•
C# Resource Sites
•
Deitel & Associates C# Web Sites
•
Microsoft Visual C# 2005 and Visual Studio 2005 Blogs
•
Microsoft Visual C# Developer’s Center
•
MSDN Visual C# 2-D Game Programming Webcasts
•
MSDN Visual C# 3-D Game Programming Webcasts
•
On-site Visual C# 2005 Training
•
SharpDevelop Open Source C# IDE
•
Visual C# 2005 Articles, eBooks and Whitepapers
•
Visual C# 2005 Blogs
•
Visual C# 2005 Books
•
Visual C# 2005 Certification
•
Visual C# 2005 Code
•
Visual C# 2005 Conferences
•
Visual C# 2005 Downloads
•
Visual C# 2005 Jobs
•
Visual C# 2005 RSS Feeds
•
Visual C# 2005 Security
•
Visual C# 2005 Tutorials and Webcasts
•
Visual C# 2005 Wikipedia Entries
C# Programming Resource Center
C# Algorithms and Data Structures
An Introduction to Data Structures
http://msdn2.microsoft.com/en-us/library/ms379570(VS.80).aspx
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.
From Trees to Graphs
http://msdn2.microsoft.com/en-us/library/ms379574(VS.80).aspx
Article: “An Extensive Examination of Data Structures Using C# 2.0 Part 5: From Trees to Graphs,” by Scott Mitchell. Discusses creating a Graph class.
Building a Better Binary Search Tree
http://msdn2.microsoft.com/en-us/library/ms379573(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#.
Binary Trees and BSTs
http://msdn2.microsoft.com/en-us/library/ms379572(VS.80).aspx
Article: “An Extensive Examination of Data Structures Using C# 2.0 Part 3: Binary Trees and BSTs,” by Scott Mitchell. Discusses binary trees, which store data in two dimensions, and binary search trees (BSTs), which help optimize search time.
The Queue, Stack, and Hashtable
http://msdn2.microsoft.com/en-us/library/ms379571(VS.80).aspx
Article: “An Extensive Examination of Data Structures Using C# 2.0 Part 2: The Queue, Stack, and Hashtable,” by Scott Mitchell. Discusses the Queue, Stack and Hashtable data structures.
< BACK
1
of
1
NEXT >
Update ::
May 16, 2008
© Copyright 1992-2008 by Deitel & Associates, Inc. All rights reserved.
|
Contact Us
|
Deitel.com
|
Privacy Statement
|
Terms Of Use