C++ Data Structures and Algorithms:
Leverage the power of modern C++ to build robust and scalable applications
by John Carey
English | 2019 | ISBN: 1838828842 | 626 Pages | PDF,EPUB,MOBI (True) | 30 MB
Leverage the power of modern C++ to build robust and scalable applications
by John Carey
English | 2019 | ISBN: 1838828842 | 626 Pages | PDF,EPUB,MOBI (True) | 30 MB
The book is structured in three parts: the first part covers data structures in detail, the second part explains basic algorithm design techniques, and the third part covers advanced techniques. You'll begin with an introduction to C++ data structures and see how to store data using linked lists, arrays, stacks, and queues. The book then explains the greedy algorithms and the divide and conquer algorithms that facilitate faster computations in your programs. The book ends by showing how by using graph algorithms and dynamic programming, you can develop applications that can perform high calculations.