Jump to ratings and reviews
Rate this book

C++ Data Structures and Algorithms: Learn how to write efficient code to build scalable and robust applications in C++

Rate this book
Learn how to build efficient, secure and robust code in C++ by using data structures and algorithms - the building blocks of C++

Key FeaturesUse data structures such as arrays, stacks, trees, lists, and graphs with real-world examplesLearn the functional and reactive implementations of the traditional data structuresExplore illustrations to present data structures and algorithms, as well as their analysis, in a clear, visual mannerBook DescriptionC++ is a general-purpose programming language which has evolved over the years and is used to develop software for many different sectors. This book will be your companion as it takes you through implementing classic data structures and algorithms to help you get up and running as a confident C++ programmer.

We begin with an introduction to C++ data structures and algorithms while also covering essential language constructs. Next, we will see how to store data using linked lists, arrays, stacks, and queues. Then, we will learn how to implement different sorting algorithms, such as quick sort and heap sort. Along with these, we will dive into searching algorithms such as linear search, binary search and more. Our next mission will be to attain high performance by implementing algorithms to string datatypes and implementing hash structures in algorithm design. We'll also analyze Brute Force algorithms, Greedy algorithms, and more.

By the end of the book, you'll know how to build components that are easy to understand, debug, and use in different applications.

What you will learnKnow how to use arrays and lists to get better results in complex scenariosBuild enhanced applications by using hashtables, dictionaries, and setsImplement searching algorithms such as linear search, binary search, jump search, exponential search, and moreHave a positive impact on the efficiency of applications with tree traversalExplore the design used in sorting algorithms like Heap sort, Quick sort, Merge sort and Radix sortImplement various common algorithms in string data typesFind out how to design an algorithm for a specific task using the common algorithm paradigmsWho this book is forThis book is for developers who would like to learn the Data Structures and Algorithms in C++. Basic C++ programming knowledge is expected.

Table of ContentsLearning Data Structures and Algorithms in C++Storing Data in Lists and Linked ListsConstructing stacks and queues Arranging data elements using sorting algorithm Finding out an element using searching algorithm Dealing with strings Building hierarchical tree structure Associating a value to a key in hash table Designing an algorithm

324 pages, Kindle Edition

Published April 26, 2018

5 people are currently reading
14 people want to read

About the author

Wisnu Anggoro

4 books1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
2 (33%)
4 stars
1 (16%)
3 stars
1 (16%)
2 stars
0 (0%)
1 star
2 (33%)
Displaying 1 of 1 review
Profile Image for Tano.
3 reviews
February 13, 2022
It does not go into fine details, but it is very good for refreshing concepts if you already studied them.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.