暂无相关内容,正在全力查找中
Mark Allen Weiss (维斯)
人物简介:
Data Structures and Algorithm Analysis in C (2nd Edition)书籍相关信息
- ISBN:9780201498400
- 作者:Mark Allen Weiss (维斯)
- 出版社:Addison Wesley
- 出版时间:1996-09-19
- 页数:600
- 价格:USD 95.00
- 纸张:暂无纸张
- 装帧:Paperback
- 开本:暂无开本
- 语言:暂无语言
- 适合人群:Students studying computer science or software engineering, programmers looking to enhance their understanding of data structures and algorithms, computer science educators, and anyone interested in improving their coding skills in C.
- TAG:Education / Computer Science / Algorithms / C programming / second edition / programming techniques / Data Structures
- 豆瓣评分:8.7
- 更新时间:2025-05-16 23:39:21
内容简介:
Mark Allen Weiss' successful book provides a modern approach to algorithms and data structures using the C programming language. The book's conceptual presentation focuses on ADTs and the analysis of algorithms for efficiency, with a particular concentration on performance and running time. The second edition contains a new chapter that examines advanced data structures such as red black trees, top down splay trees, treaps, k-d trees, and pairing heaps among others. All code examples now conform to ANSI C and coverage of the formal proofs underpinning several key data structures has been strengthened.