资源列表
16
- 给出从自然数1,2,3,....,n中任取k个数的所有组合.
KMP
- kmp高效字符串匹配算法,算法复杂度大大减小。
Eight_Puzzle_Problem
- 关于八数码魔方问题的编程,希望有研究的人可以互相讨论-Rubik' s cube on the issue of the eight digital programming, researchers would like to have each other to discuss
TongXunList
- 这是用C++写的一个通讯录的小程序,自己写的,希望对你有些帮助。-This is written in c++ a little programs address book, write their own, hope to you some help.
test1
- lingo code for vehicle routing problem with have chance constraints (with time not stable)
optional_exercise_3
- ssd5-数据结构-optional-exercise3练习题答案保证正确-ssd5-data structure-optional-exercise3 exercises to ensure that the correct answer
List-the-breadth-traversal
- 用C写的链表广度遍历,输入一张图的相关信息,得到该图的广度遍历-Written in C chain breadth traversal, enter a map-related information, to give breadth to traverse the graph
BTree(C)
- 转换二叉树与广义表(C语言),有助于大家了解二叉树的定义。-Convert a binary tree with broad table (C language), will help you understand the definition of the binary tree.
main
- 统计一篇文章中字母’a’~’z’(不分大小写)出现概率,对字母完成Huffman编码算法的设计与实现。-Statistics article in the letter ' a' ~ ' z' (case insensitive) probability of occurrence of the letter to complete Huffman coding algorithm design and implementation.
shuyuerchashu
- (1)输入字符序列,建立二叉链表。 (2)先序,中序,后序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法(最好也能实现先序,后序非递归算法)。 (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)对于树中每一个元素值为x的结点,删去以它为根的子树,并释放相应的空间。 (7)借助队列实现二叉树的层次遍历。 -shu yu er cha shu
pakage
- 01背包问题:给定n种物品和一个背包。物品i的重量是wi,其价值为vi,背包的容量为c.问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大。-01 knapsack problem: Given n types of items and a backpack. Item i of the weight of wi, the value of vi, c. Q backpack with a capacity of how to choose the items into the bac
main
- 八皇后问题解法,包括DFS,BFS和INF三种解法
