资源列表
houzixuandawang
- 猴子选大王问题,使用循环链表实现,比较简洁,初学数据结构,欢迎指正
erchashuyezijiedianshu
- 用c++语言实现的统计二叉树叶子节点个数 个人感觉不错仅供参考
hezhaowu
- 八皇后 的非递归算法 适合初学数据结构的朋友们
huffman
- 初学者学习c语言数据结构的编码,
荒岛野人
- 这个是关于荒岛野人的算法实现,有什么问题请留言-the savage wasteland of the algorithm to achieve and what problems they please leave
dianxinhuini
- C++经典算法之 回溯法 常用算法 方便使用-C++ Classic algorithm of backtracking algorithms commonly used to facilitate the use of
Stack
- 简单模拟栈的操作:包括栈的初始化,压栈,栈顶元素弹出以及取栈顶元素;采用C实现-Analog stack easy steps: including the stack initialization, push, pop elements as well as the Top-Top-check elements implementation using C
migong
- 以一个Maze(m, n)的长方阵表示迷宫, 迷宫的入口是Maze(1,1), 出口是Maze(m, n), Maze(i,j)等于0表示通路, Maze(i,j)等于1表示障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。各个命令以及相关数据的输入格式如下: 输入迷宫:C,接下来一行是m n,其中m是迷宫矩阵行数,n是迷宫矩阵列数,接下来的m行数据是迷宫矩阵,每行n个值,表示一个m*n的迷宫矩阵 求迷宫的一条通路:Q 当输入的命令为E时,程序
insertionsort
- 插入排序,通过输入数据规模,以随机数作为待排序元素,得出运行时间,分析时间效率,数量级可达10^7-Insertion sort, through the input data size to be sort of random numbers as the elements come running time, analytical time efficiency of magnitude up to 10 ^ 7
87715470number
- 这个是C语言从文件读入整数 N, 然后读入N*( N+1)矩阵,得到解并输出到文件中。-This is read from the file into the C language integer N, and then read into the N* (N+1) matrix, the solution and get the output to a file.
01
- 0-1背包问题,涉及到计算哪个背包加入了所选的结果中。-0-1 knapsack problem, which involves the calculation of the backpack to join the selected results.
LMS
- LMS算法,自适应算法中的最小均方误差算法。-LMS algorithm, adaptive algorithm, the minimum mean square error algorithm.