Data Mining / Analysis White Papers
An Extensive Examination of Data Structures Using C# 2.0 - Part 2: The Queue, Stack, and Hashtable
Overview This paper examines three of the most commonly studied data structures: the Queue, the Stack, and the Hashtable. The Queue and Stack are specialized Lists, providing storage for a variable number of objects, but restricting the order in which the items may be accessed. The Hashtable provides an array-like abstraction with greater indexing flexibility. Whereas an array requires that its elements be indexed by an ordinal value, Hashtables allow items to be indexed by any type of object, such as a string.
| Publisher | Microsoft | File Format | HTML |
|---|---|---|---|
| Date Published | January 2005 | Downloads | 1718 |
| Format | White Papers | ||
| Topics | |||



