资源列表
Greedy
- 采用贪心算法解决了“田忌赛马”的类似问题-Greedy algorithm to solve the problem of "Tian Ji s horse"
redgreen
- 自己写的红绿灯的例子!呵呵,面试之后回来写的,请大家参考指正!属于设计模式的练习,不知道选择windows其他小程序分类恰当否!应该归属于设计模式和数据结构类
FE
- 求解模糊等价矩阵的源代码,可以通过它来示模糊等价矩阵
route
- 用图的数据结构,实现求解一点到另一点的最短路径与最长路径长度,以及经过的节点数-With a graph data structure, solving one point to another to achieve the shortest path and longest path length, and number of nodes through
ercha
- 利用C语言写的二叉树应用关于表达式处理源代码-Using C language to write applications on the expression of the binary tree deal with source code
6-5-2
- 哈夫曼树的基本运算与实现的基本算法,对于数据结构初学者很有用 -Huffman tree basic operations and realization of the basic algorithm, for data structures useful for beginners
cinema
- namespace cinema(排片表)的vc++定义包含排片用到的各种类定义-namespace cinema (film row table) vc++ definition contains the row of film used in a variety of class definition
002
- 华为数据结构笔试题解答,题目要求,若干老鼠围成一圈,一只猫绕着这些老鼠转圈,每隔若干只老鼠就吃掉一只,然后继续转,依次循环……求老鼠被吃掉的顺序。-Huawei data structure pen test solutions, the topic request, some mice round into 1 turn, a cat around these mice every round, and some mouse will eat a, and then continue to t
SSD5-12-Optional-Exercise-2
- SSD5 12 Optional Exercise 2文件,包括 fifo.cpp和fifo.h-SSD5 12 Optional Exercise 2 file,include fifo.cpp and fifo.h
ConsoleApplication3
- 建立有n个单词的链表,重复单词只在链表中保留一个,出现次数高的单词前-The establishment of a n-word list, leaving only a repeated word in the list, the number of occurrences of a word before high
CommonDivisor
- 这是一个二分图完全匹配问题, 题意:给出一组数,这组数按给出的序列从标号1依次递增编号,现在要求你编写一个程序改变这些数的序列,使得每个数和其下标的最大公约数和相加得到的数最小。
1027
- zoj 的1027题。 采用动态规划求解。