资源列表
calculation-logic-expressions
- c++ 的 数据结构 计算逻辑表达式真值 程序设计报告文档-C++ data structure calculation logic expressions of true value and general test report document design programming
Bidirectional-bubble-sort
- 排序算法之中的........双向起泡算法......可以当做子程序使用-........ Bidirectional bubble sort algorithm among ...... algorithm can be used as subroutines
main
- 双向循环链表的基本简单实现,适合初学者学习链表。对链表的理解以及对指针的掌握-Two-way circular list of basic simple implementation, suitable for beginners
sort
- 方式可供选择地进行排序,包括了简单选择排序、堆排序、插入排序、希尔排序、冒泡排序、快速排序-Alternatively way to sort, including a simple selection sort, heap sort, insertion sort, Hill sort, bubble sort, quick sort
Bellman-Ford-queue-optimization
- Bellman-Ford算法关键之处在于:只有那些在前一遍松弛中改变了最短路程估计值的顶点,才能引起它们邻接点最短路程估计值发生改变。-Bellman-Ford algorithm that crucial point: Only those former slack again changed the vertex shortest distance estimates, causing their neighbors to the shortest distance estimates ch
short-path
- pascal实现各种单源最短路算法的分析对比及代码示例-Pascal implementation of a variety of single source shortest path algorithm analysis and comparison and code examples
fenliang
- pascal实现强连通分量的算法分析及代码示例-Algorithm analysis and code examples of strongly connected components of Pascal
KMP
- Pascal实现KMP及AC自动机的算法分析及代码实例-Pascal implementation of KMP and AC automaton s algorithm analysis and code examples
3D-Convex-Hall_struct
- 构建三维凸包 给出很多的点坐标,然后根据算法要求构建凸包-Construction of three-dimensional convex hull We give a lot of point coordinates, and then build the convex hull algorithm according to the requirements of
Genetic-algorithm-matlab-program.pdf
- 该程序是遗传算法的matlab实现,自动生成数据进行分析-Genetic algorithm matlab program
Address-book-management
- 1.通讯簿是一个线性表,可以存储一定数量的联系人记录,提供查找、插入、删除和修改等操作。 2.通讯簿的特点是以查找为主要操作,要求快速查找到指定对象的位置,故宜采用具有随机访问功能的顺序表。 -1. The address book is a linear table, can store a certain amount of contact record, to provide search, insert, delete and modify operations. 2. Th
MaxArrayLocationFind
- 面试算法:最大子数组之和及其坐标位置快速算法,通过二分查找快速查找。-Interview algorithms: coordinate position and its largest sub-array of fast algorithm, binary search to quickly find.