资源列表
Lab_1.2
- dda算法 的最新实现 用于华工学生的良好资料 -dda algorithm is the latest achievement for the Chinese laborers in students good information on the latest achievement dda algorithm for Chinese laborers in students good information on
BinaryTree
- c++数据结构中的二分查找树,是比较基本的数据查找结构,查找效率比较高-c++ data structure in the binary search tree, is a more basic data to find the structure to find more efficient
dsad
- 长整数数据结构四则运算运用双链表进行数据存储-Long integer data structure operation using four pairs of linked list for data storage
game_of_21_points
- 数据结构一个经典的程序,21点游戏。我的程序的优点是,可以供几个玩家同时玩~~大家参考,欢迎提意见-Data structure of a classic program, 21 point game. My program has the advantage that can be used for the same time, a few players to play ~ ~ your reference, please put forward their views
RedBlackTreeInsert
- 红黑树插入算法,先建一棵至少20节点的红黑树,然后再往该树中插入至少100节点-RedBlackTreeInsertAlg
bin-tree
- 二叉树三种遍历的非递归算法(背诵版), 学数据结构的朋友推荐看一看!-binary_tree
classic_Problem_algorithm
- 包含几个经典问题算法,如骑士遍历,N皇后问题回溯等。对这些算法有兴趣的可以一看。-Algorithm contains several classic problems, such as the Knight traversal, N queens problem back and so on. Are interested in these algorithms can have a look.
Classic_Data_Structures
- 包含经典数据结构及其算法小例子,如单链表,栈的操作,推箱子等。对学习数据结构的朋友来说,应该有所帮助。-The classic data structures and algorithms with small examples, such as a single linked list, stack operation, Sokoban and so on. Of learning data structures friends, should help.
Underlying_development
- 包含几个底层编程小例子,如时间陷阱和检测鼠标等。-Contains several low-level programming of small examples, such as time and testing the mouse traps, etc..
graph
- 用邻接多重表实现图的存储、遍历。网上和相关参考书中很少有这方面内容。-Achieved with the adjacent multi-sheet map of the store, traverse. Related reference books online and there are few elements in this respect.
kruskal
- Kruskal s algorithm implementation for graphs
