资源列表
sudoku
- C++解数独的代码,使用了三种方法,依次对应解决不同难度的数独,并且最后采用由堆栈为基础数据结构的深度优先搜索法解数独,可以保证解决所有的可解数独。使用了STL的bitset,利用位操作节省内存。-C++ code alone the stops, using three methods, followed by the corresponding number of varying difficulty to solve alone, and Finally the data structur
queen
- 实现N皇后的问题,主要是利用回朔算法,觉得挺好,和大家分享-N Queens problem to achieve, mainly using retrospective method, I feel very good, and share
alphabetSort
- 实现输入字母的排序功能,可以对字母升序和降序排序-Sorting the input letters, the letters can be sorted in ascending and descending
C
- C++超齐全经典算法,很实用,不看会后悔的-C++ over the classical algorithm complete
Graph_Linked_BFS
- source code to implement breath first scanning usimh link list in java
jiecheng
- vc6下实现的基于双链表的大数阶乘算法,详细实现了双链表-vc6 doublelinktable
pic_guard
- 陈列馆守卫分布最少问题,可选择网格,组成不规则形状的陈列馆,进行问题解决-the gallery , the minimum guard
shu
- 该程序主要是对二叉树进行了,先序遍历,中序遍历,后序遍历的仿真,并将结果输出来。-the program main simulate the binary tree into Preorder traversal,Inorder traversal and Postorder traversal, at last ,the results were come out.
Sequence
- 一个法雷序列算法,对任意给定的一个自然数(n<=100),将分母小于等于n的不可约的真分数按上升的次序排序,并且在第一个分数前加上0/1, 而在最后一个分数后加上1/1。-A method mine sequential algorithm, for any given a natural number (n < = 100), less than or equal to the denominator of the proper fraction n irreducible sort
Fibonacci
- 递归数列,斐波那契数列,详细代码,实例,应用-Fibonacci
BST_WangBin
- 使用visual c++实现二叉树基本操作-Visual c++ implementation using a binary tree
uOttawaDevice
- virtual omni 和 chai3D 的通信数据结构-A basic scenegraph data structure including the shared memory communication between Virtual Omni and Chai3D s virtual device
