Data Structure Algorithm with C++

Data Structure Using in C++

The main objective of this e-book is to teach data structure topics using C++ as well as to use OOD to solve a particular problem. To do this, the book discusses data structures such as linked lists, stacks, queues, and binary trees. C++'s Standard Template Library (STL) also provides the necessary code to implement these data structures. However, our emphasis is to teach you how to develop your code, we also illustrate how to use the existing STL code. The E-Book can, therefore, be used in various ways. If you are not interested in STL, say in the first reading, then you can skip Chapter 4 and in the subsequent chapters, when we discuss a particular STL components, you can kip that section.

FREE DOWNLOAD

Send download link to:

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top