The book's conceptual presentation focuses on ADTs and the analysis of algorithms for efficiency, with a particular concentration on performance and running time.
2024-01-11 16:53:05 6.41MB Data Structures Algorithm
1
《数据结构与算法C++版》(Data Structures and Algorithms in C++ Second Edition Adam Drozdek)第2版
2023-11-24 08:03:53 53KB 数据结构与算法C++版 Adam Drozdek
1
vAlgorithms Data Structures=Programs.Algorithms Data Structures=Programs.Algorithms Data Structures=Programs.
2023-11-04 19:19:44 1.18MB c.语言
1
Data_structures_algorithms_tutorial
2023-10-18 23:22:45 3.19MB data structures and algorithms
1
This textbook explains the concepts and techniques required to write programs that can handle large amounts of data efficiently. Project-oriented and classroom-tested, the book presents a number of important algorithms supported by examples that bring meaning to the problems faced by computer programmers. The idea of computational complexity is also introduced, demonstrating what can and cannot be computed efficiently so that the programmer can make informed judgements about the algorithms they use. Features: includes both introductory and advanced data structures and algorithms topics, with suggested chapter sequences for those respective courses provided in the preface; provides learning goals, review questions and programming exercises in each chapter, as well as numerous illustrative examples; offers downloadable programs and supplementary files at an associated website, with instructor materials available from the author; presents a primer on Python for those from a different language background. Table of Contents Chapter 1 Python Programming 101 Chapter 2 Computational Complexity Chapter 3 Recursion Chapter 4 Sequences Chapter 5 Sets and Maps Chapter 6 Trees Chapter 7 Graphs Chapter 8 Membership Structures Chapter 9 Heaps Chapter 10 Balanced Binary Search Trees Chapter 11 B-Trees Chapter 12 Heuristic Search Appendix A: Integer Operators Appendix B: Float Operators Appendix C: String Operators and Methods Appendix D: List Operators and Methods Appendix E: Dictionary Operators and Methods Appendix F: Turtle Methods Appendix H: Complete Programs
2023-10-18 23:12:32 12.82MB "Data Structures" Algorithms Python
1
Data Structures and Algorithms Made Easy 5th
2023-10-18 23:11:41 32.76MB Data Structures and Algorithms
1
Alogrithm Design Manual一书中作者强烈推荐的数据结构方面的参考书,可以当做数据结构的工具书来用,可以查到各种基本数据结构及其用法。在网上找了很久才下到的,拿来和大家分享!
2023-10-07 11:44:34 10.77MB 数据结构 应用 参考 手册
1
Data Structures and Algorithm Analysis in C++ Third Edition (Mark Allen Weiss) 答案 国外的下载要教师资格。这本书不简单。所谓的编程思想,就在这了。
2023-09-23 17:01:18 3.1MB Mark Allen Weiss 数据结构
1
Stanford_CS106B_Assignments:我为斯坦福大学CS106B(C ++编程抽象)课程承担的作业的解决方案。 (2017-2018)
1