资源列表
CDeep
- 用C语言模拟一个通讯录的功能,包括查询、添加、修改和删除等。-An address book using C-language simulation features, including query, add, modify, and delete.
多项式拟合
- 多项式拟合 封装成c++类 可以直接加载到工程下使用。具体件说明文件。
TREE
- 二叉树操作,各种方式建立二叉树,遍历二叉树,二叉树常见操作。-Binary Tree operation!
sort
- 用c语言实现数据结构课本中的排序算法,包括希尔排序,快速排序,堆排序,归并排序,基数排序-Data structure using c language textbooks, sorting algorithms, including the shell sort, quick sort, heap sort, merge sort, radix sort
deque
- 利用数组实现双端栈;利用双端队列depue实现双端队列-Use deque depue achieve double-ended queue
huffman_Code
- 数据结构试验。。。哈夫曼编码。。字符的编码与译码
haxibiao
- 哈希表
AVL_Tree
- AVL tree with insertion,deletion and balancing height
treeSeek
- 二叉搜索树的实现,实现插入,删除,建立等操作-to complete the options of a binary seek tree(build,insert,delete)
Traffic-shortest-path
- 交通图最短路径程序,解决各大城市之间的最短交通路线(数据结构图)。-Transport the shortest path program (graph algorithms, data structures), to solve the shortest transport routes between major cities.
poly.cpp
- 实系数复变多项式问题-real polynomial coefficients complex issues ..........................
Minimum-weight-vertexCoverProblem
- 最小权顶点覆盖问题,C++完成,模块化实现函数功能-Minimum weight vertex cover problem, C++ to complete, modular feature implementation function
