资源列表
shujujiegou
- 数据结构书籍(c++)版本,该书是比较权威的书籍,适合初学数据结构的读者。-Data structure books (c++) version of the book is more authoritative books, the data structure suitable for beginner readers.
8632889
- 《数据结构与算法分析》(java版)-Data structures and algorithm analysis (java version)
C_CODE
- 数据结构--C语言 数据结构源代码大全 用C语言编写
data-structure
- 关于数据结构的详尽讲解,由浅入深,适合初学者-A detailed explanation about the data structure, progressive approach, suitable for beginners
Data-Structures-title-set
- 一本很好地数据结构题库,方便于考研的同学学习-A good exam data structures to facilitate the students to learn in PubMed
TLD研究
- C++代码写的tld跟踪算法,直接编译运行,工程化案例,欢迎研究tld目标跟踪的同道中人一起交流。内部代码都已注释,理解起来非常的方便。
遍历二叉树
- 简单的二叉树通过递归算法遍历,先序遍历中序遍历和后序遍历。通过遍历对二叉树的结构有更深入的学习(Simple two tree traversal through recursive algorithm, first order traversal traversal and preorder traversal. Through traversal, the structure of the two fork tree has a more in-depth study)
Data-configuration
- 数据结构的经典书籍,用类C语言就行讲解,将数据结构分析的很透彻-data structure of the classic books, C-like programming language used on the trip to explain to the data structure is very thorough analysis
DS上机相关
- 一些关于数据结构上机的东西,希望大家会喜欢(Some things about the data structure on the machine, I hope you will like it)
donald e. knuth - the art of computer programming
- 卷3为分拣和搜索,这是本书的第1个修订版,它是对计算机分拣和搜索的一流技术的最全面的研究,它扩展了卷1中数据结构的处理方法,将大小数据库以及内存和外部存储都包含在内。本书包括对计算机方法仔细检查的选择方案,和其效率的大量分析。本书该版的独特之处在于优化了的分拣,以及对通用散列法和排列法的新的理论论述。-Volume 3 for sorting and searching, this is the book of a revised edition, it is sorted on the com
ex3
- 二叉树的建立和遍历 先序,中序,后序 中序非递归 界面实现-The establishment of a binary tree and traverse the first order, in order, after the sequence in order to achieve non-recursive interface
Fundamentals_of_Data_Structures_Horowitz_1983_1stE
- 数据结构经典:《数据结构基础》 \"Fundamentals of Data Structures\" 作者:Horowitz 1983年第一版