资源列表
BaHuangHou
- 8皇后问题源代码,可供学生学习,初学者可用,非常好的-8 queen problem source code, may be learning for students, beginners can be used, very good
cPP
- 有关数据结构c++实现的源代码,包括顺序表,队列,链式表,堆,二叉树等。-Data structure c++ source code, including the order form, queue, chain table, heap, binary trees and so on.
Hanoi
- 汉诺塔的解决,里面附带源代码,打开就能运行了!-Han s the solution of the tower, with open source code, it can run!!!!!
tree
- 平衡二叉树,包含二叉树的前序,中序,后序,层次遍历,以及平衡因子的求取-balence tree
[data_structure
- 数据结构 严蔚敏 c语言描述 清华大学出版 比较经典-data structure using c
ED
- Just the start of a Binary tree code. It has pre-order, in-order, pos-order, insert and remove functions.
reverse
- C++中对不同数据类型进行并进行任意进制转换的程序-C++, for different data types and arbitrary binary conversion program
P1
- 顺序表操作 1、显示 2、插入 3、查找(显示比较次数) 4、删除(显示移动次数) 5、排序(普通、快速,显示比较次数、移动次数) 6、折半查找(显示比较次数) 7、编程实现一个顺序表的就地逆置,即利用原表的存储空间将顺序表逆置。-Table 1 Operation sequence, display 2, insert 3, find (show more times) 4, delete (show the number of moves) 5, s
String
- JAVA中有关类string和类 StringBuffer的方法和构造方法及继承.-JAVA in the class and the class StringBuffer string methods and construction methods and inheritance.
varioussort-(1)
- C语言实现的各种排序算法,插入,冒泡,选择,快速,归并,希尔,堆排序-
Astar
- 经典的智能寻路算法,一个老外写的很透彻很清晰,很容易让人理解神秘的A*算法。-Classic intelligent pathfinding algorithm, written by a foreigner is very thorough very clear and easy to understand the mystery of the A* algorithm.
test2
- Huffman编解码的程序 可以以文件的形式输入待压缩的信息,输出Huffman编码后的压缩信息-Huffman encoding and decoding
