资源列表
BiTree
- 二叉树 先序遍历 中序遍历 后续遍历 构建一棵二叉树 递归算法-Preorder traversal of binary tree traversal in order to build up a binary tree traversal recursive algorithm
sort
- 自己写的一些常用的排序算法,快排,冒泡,堆排-To write some of the commonly used sorting algorithms, fast row, bubble, heap row
Bank
- 清华严蔚敏数据结构算法3.6 3.7银行业务模拟-<<Data Structure>> Qinghua. Author:YanWeimin. algorithm 3.6 && 3.7 "Bank Simulation"
lianbiao
- 用c语言写的线性链表的创建、删除、插入、销毁代码-With c language to create a linear linked list, delete, insert, destroy code
Data-structure-algorithms
- 这是一本介绍数据结构各种算法的书籍,介绍的过程中使用模板。-This is a descr iption of various algorithms book data structures, described the process of using a template.
proj2_3
- 双链表的各种操作,插入元素、删除元素、释放空间地址-Double-linked list of the various operations, insert elements, remove elements, the release of address space
proj2_4
- 单链表的各种操作,插入、删除元素,释放地址空间-Single list of the various operations, insert, delete elements, the release of address space
proj2_5
- 循环双链表的各种操作运算,例如插入删除元素,释放地址空间-Double-linked list of the various operating cycle operations such as insert delete elements, the release of address space
a
- 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 -With 1,2,3,4 numbers, how many can be composed with each other and not repeat the three-digit numbers? Are how much? Program analysis: can fill
proj2_6
- 集合的各种操作,例如对两个集合的排序操作哦,并交差运算等操作-Collection of various operations, such as two sets of sorting operation Oh, and cross operations and other operations
a
- 企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10 ;利润高 于10万元,低于20万元时,低于10万元的部分按10 提成,高于10万元的部分,可可提 成7.5 ;20万到40万之间时,高于20万元的部分,可提成5 ;40万到60万之间时高于 40万元的部分,可提成3 ;60万到100万之间时,高于60万元的部分,可提成1.5 ,高于 100万元时,超过100万元的部分按1 提成,从键盘输入当月利润I,求应发放奖金总数?
proj2_7
- 多项式的各种操作,对多项式进行有序操作,相加操作等-Polynomials of various operations, the orderly operation of the polynomial, the sum operation, etc.
