buchspektrum Internet-Buchhandlung

Neuerscheinungen 2011

Stand: 2020-01-07
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Bogdan Patrut, Tiberiu Socaciu (Beteiligte)

Dynamic Data Structures


Lists, Stacks, Queues, and Trees
Aufl. 2011. 92 S. 220 mm
Verlag/Jahr: DOYEN VERLAG 2011
ISBN: 3-8417-6004-X (384176004X)
Neue ISBN: 978-3-8417-6004-3 (9783841760043)

Preis und Lieferzeit: Bitte klicken


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 out the advantages of the dynamic allocation; c) to present the different types of data structures dynamically linked (stack, queue, double-linked list, circular list, binary tree); and d) to identify the optimally solvable problems using different types of dynamic structures. Also, some basic operations and many code samples will be presented. Several images will help the reader (teacher or student) for his work. There are also other symbols that mark students´ activities. These symbols, together with the explanations from every problem, will turn this book into a useful course book.
Dr Bogdan P tru is associate professor in computer science. Dr Tiberiu Socaciu is lecturer in computer science. Their domains of research are procedural programming, data structures, and artificial intelligence. They published several papers and books on programming, algorithms, artificial intelligence, and interactive education.