资源列表
AntLadybug
- 蚂蚁与瓢虫的算法... 一个算法题目的解答-ants and ladybugs algorithm. . . An algorithm to answer topics
TreeDemo6
- 树结点的增加与删除```点击相关按钮可以自动地增加和删除结点
Literature
- 文学助手的课程设计 文学研究人员需要统计某篇英文小说中某些形容词的出现次数和位置。试写一个实现这一目标的文字统计系统,称为“文学研究助手”。 英文小说存于一个文本文件中。待统计的词汇集合要一次输入完毕,即统计工作必须在程序的一次运行之后就全部完成。程序的输出结果是每个词的出现次数和出现位置所在行的行号,格式自行设计。
yundonghui
- 基于VISUAL C++开发的运动会的评分系统,属于 数据结构
order
- 遍历二叉树类的定义及其实现,排序。遍历二叉树类的定义及其实现,排序
Topo_logical_Order_7_12D
- 拓扑排序,并求关键路径.按UDG图的格式输入,程序创建UDG图,然后求关键活动,进行拓扑排序,最后将拓扑排序的结果输出。-Topological sort, and seek the critical path. By UDG graph format input, the program creates UDG chart, key activities and then seek to carry out topological sort, and finally output the re
Job-sorting-problem
- 作业排序问题,解决作业排序过程中作业顺序穷举问题的程序-Job sorting problem exhaustively program
caozuoerchashu
- 二叉排序树的建立遍历查找删除结点,里面都有算法
017
- 广度优先搜索及深度优先搜索,用C语言实现,比较使用-Breadth-first search and depth first search, using C language, compared with
avlTree.c
- implementation of avl tree in c
bankers-algorithm
- 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker' s algorithm is one of the most representative algorithm to avoid deadlock. Method to avoid deadlock in the process of dy
hufman
- 对数据结构中的霍夫曼算法,实现它的一般功能!
