资源列表
main
- poj1328: Radar Installation。贪心算法。正确程序-poj1328: Radar Installation. Greedy algorithm. accepted program
problem1
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。 -Eight queens problem is an ancient and well-known pr
queen
- 实现八皇后问题,c++进行实现,源代码,每个皇后不能在同一行或者同一列-To achieve the eight queens problem
kmp
- 数据结构KMP算法的简单实现,利用KMP算法实现串的模式匹配编程-KMP algorithm data structure simple implementation, the use of KMP string pattern matching algorithm programming
creatlen
- 数据结构的程序,对于学习数据结构的学生会有帮助的。-The process data structure, data structure for the learning of students helpful.
QuadraticInterpolation
- 二次差值算法,迭代,适用于机械最优化问题-Quadratic interpolation
Queen-Collisions
- 八皇后问题的经典算法,参加ACM竞赛时的代码!-ba huang hou wen ti!
shunxubiao
- 根据课本手写的顺序表及链表的功能说明等,并附有源码解释-failed to translatefailed to translatefailed to translatefailed to translatefailed to translatefailed to translate
BinaryTreeIterate
- 已知中序和后序遍历,求前序遍历.比较笨的方法是画出来二叉树,然后根据各种遍历不同的特性来求,也可以编程求出.-Known inorder and postorder traversal, seeking preorder traversal. Stupid way is to draw out the binary tree, and then iterate based on a variety of different features to find, but also can be pr
c
- 运用贪心策略实现多机调度问题(c语言版)-Using the greedy strategy to realize multi machine scheduling (C language version)
linjiejuzhen
- 大学数据结构上机作业,C++语言写的邻接矩阵,练习邻接矩阵的工作机制。-University of machine operation data structures, C++ language to write the adjacency matrix, adjacency matrix to practice the working mechanism.
myTRY1
- studying the mytry for educarion