搜索资源列表
data structure
- 清华大学数据结构讲义-data structure lectures Tsinghua University
Qsinghua-Data structure
- 清華大學的數據結構講義,經典的書籍,照這個講義複習,一切ok-Qinghua University, the data structure lectures, classic books, as the review notes, all ok
base-data-structure-CPP-Class
- 自己编写的基本数据结构 C++ 模版,包括链表、队列、堆栈等,供各位朋友参考。-themselves prepared the basic data structure C templates, including the linked list, queue, stack, for friends reference.
Data structure
- 数据结构-二叉树-data structure-Binary Tree
data-structure
- 描述了基本的数据结构算法:例如单链表的线性表、多项式等的建立遍历-Describes the basic data structure algorithms: for example, a linear single-chain form, through the establishment of such polynomials, etc.
structure
- 数据结构二叉树实现代码:功能如下: (1)创建二叉树 (2)递归算法先序遍历二叉树 (3)非递归算法中序遍历二叉树 (4)递归算法后序遍历二叉树 (5)求二叉树叶子结点个数 (6)按层次遍历二叉树 (7)求二叉树树深 -A binary tree data structure to achieve the code: Function is as follows: (1) Create a binary tree (2) recursive alg
data_structure
- 数据结构与程序设计——C++语言描述(影印版)习题的答案 【作 者】Robert L.Kruse,Alexander J.Ryba -Data Structure and Program Design- C++ language descr iption (photocopy edition) Exercise the answer 【作者】 Robert L. Kruse, Alexander J. Ryba
data-structure-flash
- 关于各种数据结构算法的flash演示,有助于对数据结构的理解,超级好!-These are flash that about data structure.
data-structure-JAVA-edition-ppt
- 数据结构JAVA版本的电子教案,共有10章。内容全面包括数据结构的基本内容。-Data Structure JAVA version of the electronic lesson plans, a total of 10 chapters. Comprehensive and include the basic content of the data structure.
data-structure-exercise
- 严蔚敏数据结构c语言版的习题集 希望大家能够学习了数据结够后 得到试炼!-YAN Wei-min data structure c language version of the exercise set hope that we can learn from the data node test after enough!
data-structure-exercise-key
- 严蔚敏数据结构的习题答案 希望大家学习后 和答案对比 看看有没有进步 谢谢!-YAN Wei-min data structure of the exercises after the answer and hope that we learn the answer to see if there is progress compared Thank you!
Data-Structure
- 自己做的数据结构实验题(合并链表,huffman tree,表达式求值)-Own data structure experiment title (combined list, huffman tree, the expression evaluator)
migong
- 数据结构课程设计报告及代码 C语言环境 迷宫问题的设计 -Data structure curriculum design reports and code C language environment maze design issues
Trie
- Trie数据结构,一种字符串存储方式,可以提高字符串的查找效率-a data structure of Trie, which can be used for storing the strings and improve the searching efficiency for a given string
three-sample-of-Data-Structure
- 数据结构,一共有三个文件,多项式相加,二叉树几种操作,数组正负排序-Data structure, a total of three documents, the sum of polynomials, binary tree several operations to sort the array of plus or minus
structure
- 里面涉及了数据结构中的链表、队列和栈的一些知识和算法,希望对朋友们有所帮助。-Involved in the data structure inside the linked list, queue and stack some of the knowledge and algorithms, and they hope to help my friends.
Data-structure-courseware
- 些课件是针对朱站立的数据结构制做的课件,课件里都带有源码使用。-Data structure courseware
Data-structure-CPPlanguage
- 数据结构与算法,c++语言描述,萨尼,一本经典的数据结构书籍-Data structure and algorithm, c++ language descr iption, Sani, a classic data structure books
Data-Structure(in-C)
- 数据结构(C语言描述)方面经典书籍,通俗易懂且代码非常详细,可直接运行-classic data structure book(in C),it s very easy to understand,it also contains full codes which can execute on the computer directly.
data structure
- 基本数据结构源代码,c语言版,适合初学者模仿以及中级工程师调试(Basic data structure codes)