文件名称:source_code
介绍说明--下载内容均来自于网络,请自行研究使用
1.排序算法:快排,插入排序,选择排序,冒泡排序,堆排,归并排序
2.无向图:建立邻接表,并深度遍历
3.二叉树:建树,插入叶子节点并删除,计算深度及高度,前序中序后序遍历,以及用栈实现的非递归遍历
4.二叉排序树:建树并插入、删除结点
5.通讯录:有主界面,能添加,删除查找相应的数据-1.sort:quicksort select sort,insert sort,heap sort.etc.
2.graph:create with the adjacent list,and traverse in DFS
3.binarytree:create the tree,insert a node,or delete one
4.binary searchtree:create the tree,insert one ,find one ,or delete one
5.address list:have an interface,you can add,find or delete
2.无向图:建立邻接表,并深度遍历
3.二叉树:建树,插入叶子节点并删除,计算深度及高度,前序中序后序遍历,以及用栈实现的非递归遍历
4.二叉排序树:建树并插入、删除结点
5.通讯录:有主界面,能添加,删除查找相应的数据-1.sort:quicksort select sort,insert sort,heap sort.etc.
2.graph:create with the adjacent list,and traverse in DFS
3.binarytree:create the tree,insert a node,or delete one
4.binary searchtree:create the tree,insert one ,find one ,or delete one
5.address list:have an interface,you can add,find or delete
(系统自动生成,下载前可以参看下载内容)
下载文件列表
addresslist\dictionary.h
...........\hash.h
...........\list.h
...........\main.cpp
...........\string.h
...........\vector.h
sort.cpp
binarysearchtree.cpp
binarytree.cpp
graph.cpp
addresslist
...........\hash.h
...........\list.h
...........\main.cpp
...........\string.h
...........\vector.h
sort.cpp
binarysearchtree.cpp
binarytree.cpp
graph.cpp
addresslist