Book Description
Computer Science
Author : Nell B. Dale
Publisher : Jones & Bartlett Learning
Page : 838 pages
File Size : 22,22 MB
Release : 2003
Category : Computers
ISBN : 9780763704810
Computer Science
Author : Nell B. Dale
Publisher : Jones & Bartlett Learning
Page : 799 pages
File Size : 30,11 MB
Release : 2007
Category : Computers
ISBN : 0763741582
Data Structures & Theory of Computation
Author : D. S. Malik
Publisher : South Western Educational Publishing
Page : 912 pages
File Size : 38,45 MB
Release : 2010
Category : C++ (Computer program language)
ISBN : 9781439040232
The latest book from Cengage Learning on Data Structures Using C++, International Edition
Author : Michael T. Goodrich
Publisher : John Wiley & Sons
Page : 739 pages
File Size : 43,83 MB
Release : 2011-02-22
Category : Computers
ISBN : 0470383275
An updated, innovative approach to data structures and algorithms Written by an author team of experts in their fields, this authoritative guide demystifies even the most difficult mathematical concepts so that you can gain a clear understanding of data structures and algorithms in C++. The unparalleled author team incorporates the object-oriented design paradigm using C++ as the implementation language, while also providing intuition and analysis of fundamental algorithms. Offers a unique multimedia format for learning the fundamentals of data structures and algorithms Allows you to visualize key analytic concepts, learn about the most recent insights in the field, and do data structure design Provides clear approaches for developing programs Features a clear, easy-to-understand writing style that breaks down even the most difficult mathematical concepts Building on the success of the first edition, this new version offers you an innovative approach to fundamental data structures and algorithms.
Author : Clifford A. Shaffer
Publisher :
Page : 536 pages
File Size : 43,55 MB
Release : 2001
Category : Computers
ISBN :
This practical text contains fairly "traditional" coverage of data structures with a clear and complete use of algorithm analysis, and some emphasis on file processing techniques as relevant to modern programmers. It fully integrates OO programming with these topics, as part of the detailed presentation of OO programming itself.Chapter topics include lists, stacks, and queues; binary and general trees; graphs; file processing and external sorting; searching; indexing; and limits to computation.For programmers who need a good reference on data structures.
Author : Pat Morin
Publisher : Athabasca University Press
Page : 336 pages
File Size : 49,92 MB
Release : 2013
Category : Computers
ISBN : 1927356385
Introduction -- Array-based lists -- Linked lists -- Skiplists -- Hash tables -- Binary trees -- Random binary search trees -- Scapegoat trees -- Red-black trees -- Heaps -- Sorting algorithms -- Graphs -- Data structures for integers -- External memory searching.
Author : Langsam
Publisher : Pearson Education India
Page : 692 pages
File Size : 39,86 MB
Release : 2003-09
Category :
ISBN : 9788131711484
Author : Adam Drozdek
Publisher : Cengage Learning
Page : 0 pages
File Size : 10,28 MB
Release : 2012-08-27
Category : Computers
ISBN : 9781133608424
Strengthen your understanding of data structures and their algorithms for the foundation you need to successfully design, implement and maintain virtually any software system. Theoretical, yet practical, DATA STRUCUTRES AND ALGORITHMS IN C++, 4E by experienced author Adam Drosdek highlights the fundamental connection between data structures and their algorithms, giving equal weight to the practical implementation of data structures and the theoretical analysis of algorithms and their efficiency. This edition provides critical new coverage of treaps, k-d trees and k-d B-trees, generational garbage collection, and other advanced topics such as sorting methods and a new hashing technique. Abundant C++ code examples and a variety of case studies provide valuable insights into data structures implementation. DATA STRUCTURES AND ALGORITHMS IN C++ provides the balance of theory and practice to prepare readers for a variety of applications in a modern, object-oriented paradigm. Important Notice: Media content referenced within the product description or the product text may not be available in the ebook version.
Author : Thomas A. Standish
Publisher : Pearson
Page : 778 pages
File Size : 11,71 MB
Release : 1995
Category : Computers
ISBN :
Using C, this book develops the concepts and theory of data structures and algorithm analysis in a gradual, step-by-step manner, proceeding from concrete examples to abstract principles. Standish covers a wide range of both traditional and contemporary software engineering topics. The text also includes an introduction to object-oriented programming using C++. By introducing recurring themes such as levels of abstraction, recursion, efficiency, representation and trade-offs, the author unifies the material throughout. Mathematical foundations can be incorporated at a variety of depths, allowing the appropriate amount of math for each user.
Author : Nell Dale
Publisher : Jones & Bartlett Learning
Page : 838 pages
File Size : 46,90 MB
Release : 2016-08-24
Category : Computers
ISBN : 1284125548
Nell Dale’s C++ Plus Data Structures, Sixth Edition explores the specifications, applications, and implementations of abstract data types. Topics covered include modularization, data encapsulation, information hiding, object-oriented decomposition, algorithm analysis, and more.