Dynamic Data Structures

Dynamic Data Structures

Lists, Stacks, Queues, and Trees

Versandfertig in 6-10 Tagen
16,99 €
inkl. MwSt.
PAYBACK Punkte
8 °P sammeln!
Sometimes, storing data with vectors is not the best solution for a problem. We need to store information which is linked between them, in a larger memory space. There are also some situations when we need special data structure to memorize a hierarchy, like a genealogical tree. For such cases and not only, the static data structures are not very helpful. All these disadvantages can disappear once we use the dynamic data structures. The purpose of this book is: a) to make students understand the difference between static and dynamic variables and the role of the pointer variables; b) to point ...