Data Structures Succinctly, Part 1

简介:
数据结构第1部分是您更好地理解不同类型的数据结构、它们的行为方式以及如何与它们交互的第一步。从简单的链表和数组开始,然后转向更复杂的结构,如二叉搜索树和集合,作者Robert Horvick解释了每个结构的方法和类是什么,以及它们背后的算法。Horvick进一步详细介绍了它们的操作和资源复杂性,确保您清楚地了解使用特定数据结构需要什么。本书还提供可下载的代码示例和生动的图表,以帮助您可视化更抽象的结构和算法。
英文简介:
Data Structures Succinctly Part 1 is your first step to a better understanding of the different types of data structures, how they behave, and how to interact with them. Starting with simple linked lists and arrays, and then moving to more complex structures like binary search trees and sets, author Robert Horvick explains what each structure's methods and classes are and the algorithms behind them. Horvick goes a step further to detail their operational and resource complexity, ensuring that you have a clear understanding of what using a specific data structure entails. The book also features downloadable code samples and vivid diagrams to help you visualize the more abstract structures and algorithms.
- 书名
- Data Structures Succinctly, Part 1
- 译名
- 简洁的数据结构,第一部分
- 语言
- 英语
- 年份
- 2012
- 页数
- 111页
- 大小
- 1.85 MB
- 标签
- 简明教程
- 数据结构
- 下载
Data Structures Succinctly, Part 1.pdf
- 密码
- 65536
最后更新:2025-04-12 23:55:43
←Java Structures: Data Structures in Java for the Principled Programmer