Tag Archives: Data Structures
C# Data Structures
Array, ArrayList, List, LinkedList, Dictionary, HashSet, Stack, Queue Data Structures C#.NET has a lot of different data structures, for example, one of the most common ones is an Array. However C# comes with many more basic data structures. Choosing the correct data structure to use is part of writing a well structured and efficient program. […]