Search -
Introduction to Data Structures and Algorithms With C++ (Prentice Hall Object-Oriented Series)
Introduction to Data Structures and Algorithms With C - Prentice Hall Object-Oriented Series Author:Glenn W. Rowe, Glenn Rowe This is a complete introduction to the critical topic of data structures, written from the object-oriented perspective most students and practitioners are adopting.The book introduces data structures using C++, a language whose classes and object-oriented constructs are specifically designed to efficiently implement data structures. The opening ... more »chapters introduce the ideas behind object-oriented programming and C++; once these ideas are explained, the book introduces data structures and algorithms from an O-O point of view. All standard data structures are described, including stacks, queues, sets, linked lists, trees and graphs. Searching and sorting algorithms are also studied.This book is for students and others working with data structures, especially object-oriented developers interested in ways data structures can enhance their effectiveness.« less