文件名称:source_code
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:15.09kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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
addresslist/hash.h
addresslist/list.h
addresslist/main.cpp
addresslist/string.h
addresslist/vector.h
sort.cpp
binarysearchtree.cpp
binarytree.cpp
graph.cpp
addresslist
addresslist/hash.h
addresslist/list.h
addresslist/main.cpp
addresslist/string.h
addresslist/vector.h
sort.cpp
binarysearchtree.cpp
binarytree.cpp
graph.cpp
addresslist
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.