Data Structures and Program Design Using C++. A Self-Teaching Introduction to Data Structures and C++ - Helion
Tytuł oryginału: Data Structures and Program Design Using C++. A Self-Teaching Introduction to Data Structures and C++
ISBN: 9781836641902
stron: 568, Format: ebook
Data wydania: 2024-08-01
Księgarnia: Helion
Cena książki: 251,10 zł (poprzednio: 267,13 zł)
Oszczędzasz: 6% (-16,03 zł)
This book introduces the fundamentals of data structures using C++ in a self-teaching format. It covers managing large amounts of information, SEO, and creating Internet/Web indexing services. Practical analogies with real-world applications help explain technical concepts. The book includes end-of-chapter exercises such as programming tasks, theoretical questions, and multiple-choice quizzes.
The course starts with an introduction to data structures and the C++ language, progressing through arrays, linked lists, queues, searching and sorting, stacks, trees, multi-way search trees, hashing, files, and graphs. Each chapter builds on the previous one, ensuring a comprehensive understanding of data structures.
Understanding these concepts is crucial for managing large databases and optimizing web services. This book guides readers from basic to advanced data structure techniques, blending theoretical knowledge with practical skills. Companion files with source code and data sets enhance the learning experience, making this book an essential resource for mastering data structures with C++.
Osoby które kupowały "Data Structures and Program Design Using C++. A Self-Teaching Introduction to Data Structures and C++", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Data Structures and Program Design Using C++. A Self-Teaching Introduction to Data Structures and C++ eBook -- spis treści
- 1. Introduction to Data Structures
- 2. Introduction to the C++ Language
- 3. Arrays
- 4. Linked Lists
- 5. Queues
- 6. Searching and Sorting
- 7. Stacks
- 8. Trees
- 9. Multi-Way Search Trees
- 10. Hashing
- 11. Files
- 12. Graphs