资源列表
KMP
- KMP算法的实现,算法复杂度为O(m+n),C++。-KMP Algorithm, algorithm complexity is O (m+ n), C++.
quicksort
- quicksort的三种写法,主要体会最复杂情况的边界优化-about quicksort
C
- 数据结构与算法 实现两个单链表相间合并 完整程序 可运行-Data structures and algorithms to achieve a complete merger phase two single linked list program can run
3
- 双线链表的建立,用c语言实现双线链表的建立,本文件是软件笔试的试题-The establishment of double linked list, double linked list in c language creation, this document is software written examination questions
Sorting-algorithm
- 排序算法 数据结构 做课设自己做的,可以进行数字排序。-Sorting algorithm data structure to do the lesson set up their own do
BInsertSort
- 折半插入排序在查找记录插入位置时,采用折半查找算法 折半查找比顺序查找快, 所以折半插入排序在查找上性能比直接插入排序好 -Binary insertion sort to find records insertion position, using a binary search binary search algorithm is faster than the sequential search, binary insertion sort on so look better pe
16RBKEY0
- 这是一个简单的有关c程序开发的,希望大家用turboc2.0进行研究,也可以直接粘贴到c:目录下自己研究吧-This is a simple program development related to c, and hope that we use turboc2.0 research, you can also paste it directly into c: directory bar their own research
fig16_02
- A simple C++ program adding 2 integers.
diaodu
- 关于操作系统的调度问题,这是一个算法用c语言可以改写-Scheduling problems on the operating system, which is an algorithm can be rewritten using c language
3
- 完成排序; 接收用户输入的可显示字符串,以回车结束。程序按ASCII码值大小由大到小排序并输出显示; -Receive user input to display the string, end with a carriage return. ASCII value of the program size by descending order and output display
paixu
- 冒泡排序和快速排序,以及各自移动数据的次数。-bubble sort and quick sort
03
- 完成十进制到二进制的转化,要求用栈的基本操作来解决问题-The complete decimal to binary conversion required with the basic operation of the stack to solve the problem