资源列表
N-queen_linear_time
- N-皇后问题线性时间算法 O(n)复杂度,非O(n^2)的,使用的是构造法。-N-Queen problem of linear time algorithm
Congratulation
- 恭喜发财 利是窦来.现在有 N 个人,他们都有小孩,春节来了,他们要发压岁钱给朋友的小孩,而他们自己的小孩也会收到压岁钱。为了简单,他们在发压岁钱的时候,使用以下的计算方法,譬如某甲有 100 块,它要给另外三个人的小孩发压岁钱,则每个小孩会分到 100/3 = 33 块,剩余的 1 块就不发了。 给你这 N 个人的信息,以及他们把压岁钱发给了谁的小孩,请你计算他们每个人的小孩收到的压岁钱和他们发出去的压岁钱的差额是多少。-Kung Hei Fat Choy Lee is the si
sort
- 实现双精度数据的排序(冒泡排序),包括从小到大排序和从大到小的排序。-To achieve double-precision data sorting (bubble sort), including small to large order and descending order.
bahuanghou
- 八皇后代码,输入皇后个数,输出排列方式,耗时等信息。-eight queens
fat
- 有一堆人他们分别有不同的质量,用二分法将他们分成质量相当的两组-There are a bunch of people each with a different quality dichotomy, they are divided into two groups of considerable quality
danlianbiao
- 该单链表实现的是初始化链表,插入和删除元素。还可以得到某个位置的元素的值、-danlianbiao
tudebianli
- 关于图的遍历,是C语言中的难点。不懂的新人可以参考!-Traversal on the graph is C language difficulties. Newcomers can not understand the reference!
ZHAN
- 栈的应用。。 。。 。。 。。 。。。数据结构-Stack of applications. . . . . . . . . . . . . . . . . . . Data Structures
Push_Pop
- Push and pop functions
1273
- poj1273 一道网络流图论的简单题,运用增光路的算法-poj1273 a simple graph problem
Lcs
- 求最长公共子序列。本算法使用动态规划算法,解得最长公共子序列问题。-Find the longest common subsequence. The algorithm uses a dynamic programming algorithm, the solution was the longest common subsequence problem.
xichuan
- 现有喜串定义如下。a 与b 互为喜串需满足以下两个条件之一: 1. a 和b 相同。 2. 将a 分成a1 与a2 两个等长串,b 分成b1 与b2 两个等长串,其子串需满足以下两个条件之一: a) a1与b1互为喜串且a2 与b2 互为喜串。 b) a1与b2互为喜串且a2 与b1 互为喜串。任务: 判断给定的两个串是否互为喜串-Hi existing string defined below. a and b mutually hi string must meet one o