资源列表
Btree
- 二叉树实现。实现了插入、删除、查找、求深度、各种遍历、判断完全二叉树等算法。-Binary Tree. Implements insert, delete, search, seeking depth, variety traversal algorithms to determine a complete binary tree.
Tree-and-Forest
- 树的左孩子右兄弟实现。还有森林的实现。实现了查找、删除、遍历、求深度和高度等算法。-Left child right sibling tree implementation. And forests implementation. Achieve a search, delete, iterate, seeking depth and height algorithms.
Head
- 数据结构常用头文件。包括单链表,双向链表,循环链表,栈,队列。还有几个常用的输入检查函数。-Data structure used header files. Including single-linked lists, doubly linked lists, circular linked lists, stacks, queues. There are several commonly used input checking functions.
prim
- 实现prim算法(利用邻接表,不是邻接矩阵)-Use the adjacent table implementation prim algorithm
Astar
- A*算法求最短路径,数据结构里的图模型。在优化算法方面有很大用途-A* shortest path algorithm,Data structure graph model. Great use in terms of optimization algorithms
Horse-riding-board
- 马踏棋盘算法 用贪心算法求出马能够遍历整个棋盘的一条路线-Horse riding board
Matlab-runcode
- A new method for analysing nonlinear and non-stationary data has been developed. The key part of the method is the `empirical mode decomposition method with which any complicated data set can be decomposed into a nite and often small number of
hashTable
- 哈希表(hash table),在visual c++中,分别使用链表和数组来实现的,可直接调用-hash table, complemented with linkedList and array by visual c++
skepTable
- skipList,跳表。使用c++实现,无测试用例,可直接加到项目中使用-skipList,can be directly put into projects.
LinearTable
- LinearList,线性表,本代码主要是sorted chain,使用c++实现-sortedList implemented by C++
compress
- (Lempel-Ziv-Welch)LZW压缩的源代码,使用c++编写的,无测试用例,可直接使用 -Lempel-Ziv-Welch compress
decompress
- Lempel-Ziv-Welch decompress,LZW解压的代码,使用c++编写-Lempel-Ziv-Welch decompress, coded by C++
