16431Data structures and other objects using C++: 3rd edition
This book successfully balances the introduction of object-oriented concepts with data structures in C++. KEN TOPICS:Provides interfaces for the principal example classes, which are compliant with the ANSI/ISO C++ Standard Library classes. Thorough coverage of the role of the const keyword in the C++ Standard Library. Covers C++ features such as namespaces, static member constants, typename keyword, and inheritance. Thorough review of C++ syntax and OOP concepts, making book accessible for programmers at various levels.
16432Data structures and other objects using Java : 2nd ed.
The phases of software development; Java classes and information hiding; Collection classes; Linked lists;...
16433Data structures and problem solving using Java
This text uses Java to teach data structures and algorithms from the perspective of abstract thinking and problem solving.
16434Data structures and program design in C
Chapter 1: Programming principles; Chapter 2: Introduction to software engineering; Chapter 3: Stacks and recursion; Chapter 4: Queues and linked lists; Chapter 5: General lists; Chapter 6: Searching; Chapter 7: Sorting; Chapter 8: Tables and information retrieval; Chapter 9: Binary search trees; Chapter 10: Multiway tress; Chapter 11: Graphs; Chapter 12: Case study.
16435Data structures and program design in C
This introduction to data structures using the C programming language demonstrates the stepwise refinement of ideas into runable programs, emphasizing problem specification and program correctness.
16436Data structures and program design in C++
Progressing from the concrete to the abstract — and using numerous, substantial case studies and sample programs — this book explores structured problem solving, data abstraction, software engineering principles, and the comparative analysis of algorithms as fundamental tools of program design.
16437Data structures and the java collections framework
This book focuses on teaching students how to apply the concepts presented and so includes many applications and examples throughout the book. Additionally, he provides programming projects, which get students thinking deeper.
16438Data Structures in Java
This book teaches the fundamentals of data structures and algorithms. This book offers pointer diagrams to help students visualize, reason about, and understand this major Data Structures topic. Standish's clear presentation helps readers tie the many concepts of data structures together with recurring themes. Central ideas-such as modularity, levels of abstraction, efficiency, and tradeoffs serve as integrators in the book in order to tie the material together conceptually and to reveal its underlying unity and interrelationships.
16439Data structures in Java : from abstract data types to the Java collections framework
Including 13 chapters such as 1. Object-oriented programming and Java; 2. Error handing, software testing, and program efficiency; 3. Fundamental data structures : the array and linked structures; 4. basic collection class; 5. list abstract data type; 6. stack abstract data type; 7. queue abstract data type; 8. Recursion; 9. Sorting and searching; ...
16440Data structures using C++
This highly-anticipated CS2 text from Dr. D.S. Malik is ideal for a one-semester course focused on data structures. Clearly written with the student in mind, this text focuses on Data Structures and includes advanced topics in C++ such as Linked Lists and the Standard Template Library (STL). This student-friendly text features abundant Programming Examples and extensive use of visual diagrams to reinforce difficult topics. Students will find Dr. Malik's use of complete programming code and clear display of syntax, explanation, and example easy to read and conducive to learning.