资源列表
Josephus
- 约瑟夫环编程C语言实现:N个人围城一桌(首位相连),约定从1报数,报到数为k的人出局,然后下一位又从1开始报,以此类推。最后留下的人获胜。(有很多类似问题,如猴子选代王等等,解法都一样)(Joseph ring programming, C language implementation)
acm入门题集
- ACM入门练习题,入门的好选择,自己整理的,希望对你有帮组,参加ACM能取得一个好成绩(ACM entry exercises, the entry of a good choice, organize their own, I hope you have to help groups, to participate in ACM can get a good result)
expression.tar
- 表达式求值的一个C语言程序,可以识别高低层次的运算符,从而求出最后的运算结果.(expression evaluation)
AddBinary087
- AddBinary算法源码和spring AOP 注解介绍(AddBinary source code and spring AOP annotation introduction)
ypap108-vehicle-routing-problem
- trial solution for that
Hashing Search
- 哈希查找, 根据文本输入构建哈希表, 输入字符串输出对应字符串在文本中出现的位置(Hash lookup, Build a hash table based on text input, The input string outputs the position in which the corresponding string appears in the text)
quick
- 通过Java实现用快速排序并附带algs4包,他是一个很有用的例子(Through the Java implementation with a quick sort and with algs4 package, he is a very useful example)
0127遍历二叉树和二叉树线索化
- 大学数据结构.遍历二叉树与二叉树的线索化实验报告和结果(THIS IS SHUJUJIEGOU TREE AND CONVERSATION)
5.1monkey
- 猴子选大王,一个很简单的结构链表用法,简单实用(Monkey King, a very simple structure linked list usage, simple and practical)
HuaWei_draft
- HUAWEI 2017软件精英挑战赛初赛代码,仅适用于小规模的数据。(HUAWEI 2017 Software elite challenge preliminary code, only suitable for small scale data.)
array
- 通过代码实现二维数组冒泡排序,选择排序等功能。(Through the code to achieve two-dimensional array bubble sorting, sorting, sorting and other functions.)
普里姆算法最小生成树
- 数据结构之普里姆算法最小生成树(图的相关应用)(data structure of minimum spanning tree-using Prim(application og graph))