资源列表
Ackermann
- Ackermann for Data Structure -Ackermann for Data Structure
chsword_stack
- 一个自写的STACK栈的结构,可直接使用,暂没发现什么问题-since written a Stack of Stack structure can be directly used, the occasional problem, we did not find anything
循环码
- 循环吗的C语言实现-cycle? C Language
mergedistinct
- 利用归并排序检查输入的数值是否有相同值,方法是在归并排序的过程中边排边判断 -use Merging Sort of input have the same numerical value is in the process of merging sort Side judge Pai Pin
dtree_up.cpp
- spoj dtree. Count the number of distinct elements in a given range. Usage is done using fenwick trees. Offline algorithm for queries
queue_linklist
- Implementation of a queue using a Linklist.-Implementation of a queue using a Linklist.
maspline
- 插值方法:三次样条插值源代码(一阶导数边界条件)-Interpolation Method: Cubic Spline Interpolation source code (a derivative boundary condition)
cpp2
- 简单的压缩编码——算术编码,可实现基于算术编码原理的二进制压缩-AC Coding
CQueue
- 设计一个使用队头指针和计数器无队尾指针的顺序循环队列,并编写一个主函数进行测试。 -Design a counter using the head of the queue pointer and tail pointer of the order of non-circular queue, and write a main function for testing.
Classic-sorting-method
- 三种排序法:选择排序、边存放边排序、冒泡排序-Three kinds of sorting method: selection sort, side storage and sorting, bubble sort
puzzle
- 迷宫问题广度优先搜索,本程序针对迷宫问题,采用广度优先策略惊醒搜索,如能到达,输出路径长度,否则输出-1表示不可到达-Breadth-first search of the maze problem
经典排序算法
- 几种经典的排序方法,如冒泡法、选择排序法、边存放边排序算法等。