By tag: DataStructures
0
kicks
.NET 2.0 Data Structures
The .NET 2.0 framework includes many data structures that go unnoticed by many developers. Additionally, there are very powerful data structures that are not part of the base class library, but are very efficient when used in the right situation. This is a great article that (re)demonstrates a ver...
0
kicks
An Extensive Examination of Data Structures Using C# 2.0
This article kicks off a six-part article 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 build ourselves. This first part focuses on an in...