资源列表
medi
- 对于给定的n个元素的数组X[0:n-1]和Y[0:n-1],试设计一个O(logn)时间算法,计算X和Y的中位数.
2
- Dijkstra算法最短路径.
fano_coding
- fano coding 费诺编码,数据结构和算法经典问题,c++实现.
biaodashiqiuzhi
- 数据结构实验 表达式求值 课程设计 *** 只适合整数的表达式求值 ***/
tree 二叉树
- 设二叉树结点值为大写字母,输入二叉树的前序遍历和中序遍历序列,生成此二叉树,输出该二叉树的后序遍历和按层次遍历序列。输入某结点值,在二叉树中查找该结点,若该结点存在,则输出从根到该结点的路径,否则给出不存在信息。
dictionary
- 自己用c写的字典排序,菜鸟水平,仅供参考-Own use c to write the dictionary sort, rookie level, only for reference
786
- Addition of Matrix Multiplication ofMatrix Transpose of Matrix swaping of coulmns delete a Matrix View the Matrix-Addition of Matrix Multiplication ofMatrix Transpose of Matrix swaping of coulmns de
rr
- microsoft visual C++ 6.0实现单链表的插入与删除功能-microsoft visual C++ 6.0 for single linked list insertion and deletion functions
Huffman
- Huffman java code :)
Classic-single-linked-list
- 单链表是C经典数据结构算法和数据结构,希望这对大家学习有点用-Classic single-linked list data structure in C algorithms and data structures, which we hope to learn a little bit with
CPP0-1bag
- 0-1背包问题的回溯法解决方案,使用的语言是c-There is 0-1bag problem.
linked-list
- 实现对链表的插入、删除、输出,是学习链表入门的很好的材料-Achieve the list of insert, delete, export, is a good start to learn the material list