资源列表
thread_tree
- 数据结构:数据结构中thread_tree的实现,已通过调试-Data structures: data structures thread_tree implementation, has passed the commissioning
exchange_sones_of_Binarytree
- 由用户输入数据建立二叉树,实现左右儿子交换并输出到终端-exchange sones of Binary tree.
4
- (1)已知一棵完全二叉树存放于一个一维数组T[n]中,T[n]中存放的是各结点的值。试设计一个算法,从T[0]开始顺序读出各结点的值,建立该二叉树的二叉链表表示。 (2)二叉树的双序遍历(Double-order traversal)是指:对于二叉树的每一个结点来说,先访问这个结点,再按双序遍历它的左子树,然后再一次访问这个结点,接下来按双序遍历它的右子树。试写出执行这种双序遍历的算法。 -(1) known to a complete binary tree stored in a o
dfs
- 斐波那契 斐波那契 斐波那契-Fibonacci Fibonacci Fibonacci Fibonacci Fibonacci
shunxuchazhao
- 依次输入顺序表中的各个元素,然后进行关键字查找。如果存在则返回待查元素的位置,否则显示不存在。-Input sequence in turn each element in the table, and then keyword search. If there are elements of the location of unknown origin is returned, otherwise the show does not exist.
l
- 主要是检查数据结构中的顺序队列是否越界的问题。-Mainly to check the order of the queue data structure is cross-border issues
101
- 若矩阵Am×n中的某个元素aij是第i行中的最小值,同时又是第j列中的最大值,则称此元素为该矩阵中的一个马鞍点。假设以二维数组存储矩阵Am×n ,试编写求出矩阵中所有马鞍点的算法。 注意一行(列)中可能有多个最小(大)值 可用下列矩阵进行测试: 1 2 3 1 1 1 4 7 6 2 2 2 7* 7* 9 3* 3* 3* (*表示马鞍点) -If the matrix Am × n aij is an element in the i-th row of the
Rails
- 解决Rails问题,即著名的火车进站之后排队问题的一种算法-solve the problem of rails
xianxingbiao
- 线性表的删除、插入、查询等功能。线性表也是我们最常接触的基本知识-Linear form to delete, insert, query and other functions. Basic knowledge of linear form is the most common contact
Hanio
- 一个简单的汉诺塔实现问题,方便大家更好的理解改问题-A simple Tower of Hanoi to achieve, to facilitate a better understanding of reform issue
hash
- hash开放式寻址,效率很高。修改自山东大学acm模板,可以直接处理负数和0,不必另作处理-hash open addressing, very efficient. Modified from Shandong University acm template, you can deal directly with negative numbers and 0, and do not have to be dealt with separately
mystring
- 自己编写的字符串处理函数,代码清晰简洁,笔试高分代码哦-I have written a string handling functions, clear and concise code