资源列表
The-file-system-simulation
- 这是一份c语言模拟Linux文件系统,可以实现文件的监理、查找、删除等功能-This is a c language simulation of the Linux file system, can realize file management, search, delete, etc
bitree
- 用C语言实现建立二叉树,并对所建立的二叉树进行先序遍历、广度优先遍历、深度优先的中序遍历。-Build a binary tree using C language and conduct preorder, breadth-first traversal, depth-first traversal on the established binary tree.
chapter-2
- 算法设计与分析的 第2章 递归与分治策略.pdf-Design and Analysis of Algorithms Chapter 2 Recursion and divide and conquer strategy. Pdf
Chapter-3-2
- 算法设计与分析的 第3章 动态规划2(本章分两部分)-Algorithm Design and Analysis of Dynamic Programming Chapter 3 (2)
Chapter-3-1
- 算法设计与分析 第3章 动态规划(本章第一部分)-Algorithm Design and Analysis Chapter 3 dynamic programming (the first part of this chapter)
Chapter-4
- 算法设计与分析 第4章 贪心算法(本部分对贪心算法进行了详细讲解)-Chapter 4 of the greedy algorithm algorithm design and analysis
chapter-5
- 算法设计与分析 第5章 回溯法(讲解比较详细)-Algorithm Design and Analysis Chapter 5 backtracking (explain in more detail)
chapter-6
- 算法设计与分析 第6章 分支限界法(讲解较详细)-Algorithm Design and Analysis Chapter 6 branch and bound method (explained in more detail)
Singly-linked-list
- 用C语言实现单链表的建立以及对所建立的单链表进行排序和查找。-Achieve the establishment of a Singly linked list using the C language ,and sort and search on the established Singly linked list.
DaA-of-Algo-cp
- 算法设计与分析经典问题:背包问题、数字三角问题等!-Design and Analysis of Algorithms classic problems: knapsack problem, digital triangle problems!
CircularQueue
- Circular queue/buffer http://en.wikipedia.org/wiki/Circular_buffer
HashtableImpl
- Hash table impl with linkedList
