搜索资源列表
13094056703
- 一些经典CC++程序源码 1、 运动会分数统计** 2、 订票系统 3、拓扑排序4、 迷宫求解5、 文章编辑**6、 joseph环 7、 猴子选大王**8、 建立二叉树,层序、先序遍历( 用递归或非递归的方法都可以)**9、 赫夫曼树的建立 10、 纸牌游戏**11、图的建立及输出
电话本管理系统
- 提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序;sinsert:插入排序;quicks:快速排序;select:选择排序法;-increase input fault tolerance. Imp
Binary-Tree
- 本代码实现二叉树的先序,中序的递归算法及非递归算法,并用递归实现了后序遍历-This code implements the first binary sequence, sequence of recursive algorithms and non-recursive algorithm, and realized after using recursive traversal
bin
- 剑指OFFER第六题java原码,非递归遍历二叉树-OFFER wins the sixth title of the original java code, non-recursive binary tree traversal
tree
- 二叉树先序遍历,中序遍历,后序遍历的递归非递归实现-Binary preorder, preorder, after preorder recursive non-recursive