资源列表
bankersolution
- 著名的银行家算法的C语言实现,有利于基础的数据结构和算法的练习-Well-known banker algorithm C language, is conducive to data structures and algorithms based practice
minimum-changes(dynamic-program)
- 最少零钱问题,找零钱问题,动态规划经典算法-the question of minimun changes for a given money,dynamic programming
fft
- fft
bingchaji_kruskal
- 基于并查集的求最小生成树的Kruskal算法的实现-And set-based search for the Kruskal minimum spanning tree algorithm
array
- C++、数据结构、数组的基本运算、源代码-C++, data structure, an array of basic operations, the source code
sort
- 史上最全的排序算法,冒泡,快排,插入,应有尽有-Sorting algorithm in the history of the most complete, bubble, quick row, insert, everything ~ ~ ~
BinaryTree
- 程序输入是一个(扩展)二叉树的先序序列。例如:扩展二叉树先序序列为ab#d##ce###。其中#代表空指针。 编写程序实现二叉树的如下操作: 1) 建立二叉链表 2)二叉树的先序、中序、后序遍历 3)求解二叉树的叶子结点个数 4)将二叉树中所有结点的左、右子树相互交换 -Program input is a (extended) binary tree inorder sequence. For example: the first order extended binary
BST
- Implementing Binary search tree in c-Implementing Binary search tree in c++
date-add
- 在一个初始的日期上加上一个日期,输出相加后的日期-Define a date ,and add some days on it ,and then ,print the result date.
Gauss
- 高斯消元法求解方程组。能够大大缩减复杂度,并且提升准确度。-Gaussian elimination method for solving equations. It can greatly reduce the complexity and enhance accuracy.
8_15
- 输入职工序号和姓名; 实现按职工号由大到小排序,职工姓名也随之改变; 运用折半查找法找出职工姓名;
zidian_shu
- 高效的字符串查找数据结构,所须查找的长度和字符串的数量没有关系, 只和待查的字符串的长度有关。而一般的字字符串查找的时间复杂度为常数级别。
