资源列表
Fast_Sort_gaijin
- 主要实现了对快速排序算法的改进工作,使得该算法的时间复杂度提高到<logn级-The main achievement of the quick sort algorithm to improve their work, making the algorithm time complexity to <logn级
Joseph
- 双向约瑟夫问题,利用双向链表实现双向进行的约瑟夫问题-Two-way Joseph problems, using two-way two-way linked to the issue of Joseph
xishujuzhenyunsuan
- 稀疏矩阵的运算 加减乘除求逆等功能都有 包含报告 代码和可运行程序-Sparse matrix computing functions such as addition and subtraction multiplication and division are inverse
Ex4-3
- 回溯法实现的青蛙换位问题,具体的问题可以参考网上的讲解。-Backtracking to achieve the frog transposition issues, specific problems can refer to online explanations.
array
- 主要应用数组来实现的一个员工信息管理的程序。-The main application of an array to achieve an employee information management program.
AStack
- 基于数组的栈的实现,可以完成数据的插入,查找,删除等基本操作。-Array-based stack implementation, the data can be done to insert, search, delete and other basic operations.
maopao
- 对简单的冒泡排序进行了编写,并能够实现每一趟的输出-For simple bubble sort had written, and to achieve the output of each trip
List
- 单链表的基本操作,建立,打印,销毁,清空,打印原子等。-The basic operation of a single list, create, print, destroy, clear, print atoms and so on.
exam5
- 1、用随机函数生成10个待排序元素; 2、利用二叉查找树输出升序序列; 3、利用同一棵二叉查找树输出降序序列; 4、写出查找的递归函数;注意:递归出口的处理要求:二叉排序树的程序填空:修改 “BiSearchTree.h” 文件中的myorder()函数,得到二叉排序树的降序序列,要求达到BiSearchTree.exe的执行效果。 哈希查找: 1、 哈希表类的哈希函数采用除留余数法哈希函数; 2、 解决哈希冲突的函数采用开放定址法中的线性探察法。 3、 建立一个由1
duoxiangshi
- 编程求两个一元多项式的乘积。 输入 输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。 例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出 以指数递增的顺序输出乘积: <系数,指数>,<系数,指数>,<系数,指数>, 零多项式的输出格式为:<0,0>,-Program
200518174534292
- 停车场管理系统,比较复杂,供大家学习参考!-car park management system, more complex, for your study reference!
demo10
- 作用就是通讯录,C语言动态链表,还没20字啊-Function is to address book, C language dynamic list, not 20 words ah
