Tuesday, February 17, 2009

ADTs Data Structures and Problem Solving with C or NET Framework Programmers Reference

ADTs, Data Structures and Problem Solving with C++

Author: Larry Nyhoff

Abstract data types (ADT's) and data structures are key elements in unlocking the power of object-oriented programming. Designed for CS2 course; this popular book thoroughly covers ADTs (Abstract Data Types), data structures, and their use in problem solving. The text guides the student through the development of ADTs such as stacks, queues, and binary trees, the use of key data structures such as arrays, classes and linked lists to implement ADTs, and problem solving using Object-Oriented Design (OOD) methodologies. Algorithms required to design arid implement ADTs in C++ are given thorough treatment along with a solid introduction to the Standard Template Library (STL). C++ topics such as recursion, inheritance, and polymorphism are introduced and some C-style topics relative to data structures are also provided. Using examples, case studies and exercises from various areas of computer science, author Larry Nyhoff offers the student a solid foundation for further studies in CS while providing concrete tools for unlocking the power of C++.

New to the Second Edition
  • New chapters on searching and C++'s I/O and string classes
  • Improvements and additions to diagrams
  • Consistent naming conventions
  • Complete source code for ADTs
  • Expanded treatment of selected topics on the text's website
  • Introduces UML and uses UML-style diagrams for ADT specifications



Table of Contents:
1Software development1
2Introduction to abstract data types45
3Data structures and abstract data types81
4More about OOP and ADTs - classes143
5Standard C++ input/output and string classes193
6Lists253
7Stacks315
8Queues389
9ADT implementations : templates and standard containers445
10ADT implementations : recursion, algorithm analysis, and standard algorithms521
11More linking up with linked lists585
12Searching : binary trees and hash tables645
13Sorting721
14OOP and ADTs779
15Trees831
16Graphs and digraphs883

Books about: State and Local Government or Essential Jefferson

.NET Framework Programmer's Reference

Author: Dan Rahmel

Beginning with an overview of the . NET architecture,this book is an extremely handy desk reference. Outlining basic concepts including syntax,variable passing,class redefinition,and event structure,this book also provides definitions for all of the relevant classes in the framework within topic areas such as graphics,networking,and more. Lastly,the API Quick reference section will offer indexes and cross references to the classes and their methods.


Quick Reference for Effective Programming in the . NET Framework!


Quick,accurate answers to all your . NET technology questions are within easy reach—just grab your copy of . NET Framework Programmer's Reference. Now you can program in the standardized,shared environment of Visual Studio,using Visual Basic,C#,C++,or other third-party languages. This handy resource provides a structural overview of the extensible,reusable classes that comprise the . NET Framework. Execute applications using ASP. NET—plus locate and understand specific routines,syntax,variable passing,and event structure. Organized and cross-referenced by topics,subclasses,and namespace location,this vital reference is likely to be the most used book in any developer's library.



  • Access all system services—including Web services,I/O,networking,memory management,and events
  • Individual chapters devoted to essential topics including COM,database access,security,XML,and runtime services
  • Solve problems on the spot—designed to provide quick,usable explanations
  • Complete coverage of Common Language Runtime,Framework classes,and ASP. NET



No comments:

Post a Comment