Data Structures and Problem Solving Using C++ provides a practical introduction to data structures and algorithms from the viewpoint of abstract thinking and problem solving, as well as the use of C++. It is a complete revision of Weiss' successful CS2 book Algorithms, Data Structures, and Problem Solving with C++. The most unique aspect of this text is the clear separation of the interface and implementation. C++ allows the programmer to write the interface and implementation separately, to place them in separate files and compile separately, and to hide the implementation details. This book goes a step further: the interface and implementation are discussed in separate parts of the book. Part I (Objects and C++), Part II (Algorithms and Building Blocks), and Part III (Applications) lay the groundwork by discussing basic concepts and tools and providing some practical examples, but implementation of data structures is not shown until Part IV (Implementations). This separation of interface and implementation promotes abstract thinking. Class interfaces are written and used before the implementation is known, forcing the reader to think about the functionality and potential efficiency of the various data structures (e.g., hash tables are written well before the hash table is implemented). Throughout the book, Weiss has included the latest features of the C++ programming language, including a more prevalent use of the Standard Template Library (STL).
發表於2024-11-16
Data Structures and Problem Solving Using C++ 2024 pdf epub mobi 電子書 下載
圖書標籤: C++ algorithm 計算機 編程-語言-算法-係統 編程 算法 內功心法 人學軟工死得早
good book covering everywhere of C++, and very detailed contents about quicksort, I like this book
評分課本。。。
評分課本。。。
評分比較老的書,部分模闆代碼在gcc 4.7中編譯無法通過;講解言簡意賅,因此閱讀此書需要有一定的c++、數據結構和算法基礎,直接看的話估計會很痛苦;關於STL的實現是此書的精華,尤其是BST迭代器的實現十分精彩;作者後來又齣瞭本換湯不換藥的Java版本還有很多精簡本,有騙錢嫌疑
評分比較老的書,部分模闆代碼在gcc 4.7中編譯無法通過;講解言簡意賅,因此閱讀此書需要有一定的c++、數據結構和算法基礎,直接看的話估計會很痛苦;關於STL的實現是此書的精華,尤其是BST迭代器的實現十分精彩;作者後來又齣瞭本換湯不換藥的Java版本還有很多精簡本,有騙錢嫌疑
Data Structures and Problem Solving Using C++ 2024 pdf epub mobi 電子書 下載