资源列表
冒泡排序
- 基于C++语言的对随机生成数的冒泡排序算法,非常好哦
Red-BlackTree
- 在C语言环境下,实现对红黑树的插入结点操作。-In the C language environment, achieving the insertion of the red-black tree node operation.
Backtracking
- 这是算法设计与分析课程实验,回溯算法实验的简单的源代码,包括回溯法背包问题,回溯符号问题。-This is the algorithm design and analysis course experiment, the experiment simple backtracking algorithm source code, including backtracking knapsack problem, the problem back symbol.
4_25
- 给定一个n位正整数a,去掉其中任意k<=n个数字后,剩下的数字按原次序排列成一个新的正整数。对于给定的n位正整数a和正整数k,设计一个算法找出剩下数字组成的新数最小的删数方案。-given a positive integer n-a, which removed arbitrary k
luji
- 服务于故障树分析的最小路集算法,可以把任意一棵故障树的最小路集求解出来-Fault tree analysis services in the minimum path set algorithm
cPP_class_list
- 一个用c++中类写的一个链表。支持增加节点 删除节点 修改节点查找节点-A c++ class to write a list. Support increased node delete nodes modifying node node search
POJ2778.tar
- ACM经典题目。POJ2778,AC自动机构造转移矩阵,矩阵快速幂求解。-ACM Classic title. POJ2778, AC automata transition matrix, the matrix of power quickly solving.
Traveling-salesman-problem
- 货郎担问题,最短路径算法,使用c++实现-Traveling salesman problem using the shortest path algorithm data structure to achieve c++
avl
- 一套持久化平衡树,可用于代替sgiSTL中的rope,且功能更加强大(略作修改可实现持久化动态树)使用GNUC++标准(在OI前辈fanhq指导下完成)文件内自带使用方法样例-A persistent balanced BST, can be used instead of rope in sgiSTL, and more powerful (slightly modified to achieve lasting dynamic tree) (OI seniors fanhq complete
bahuanghou
- 数据结构常用算法,用vc++实现的八皇后问题
索引顺序表的查找源程序代码
- 数据结构上机实验内容 索引顺序表的查找源程序代码-data structure on the plane experiment content indexing table lookup sequence source code
zzz
- 编写算法判定给定二叉树是否为完全二叉树-The preparation of a given binary tree algorithm to determine whether the full binary tree