资源列表
yuese
- 数据结构的作业,用到了vc 只是类c而已- The construction of data work, with vc only was kind of c
n-queen
- n皇后问题,迷宫问题,递归实现皇后寻找迷宫出路,经典算法之一-n queen problem, the maze problem, the recursive realization of the maze to find a way out of Queen' s, one of the classic algorithm
Tromino1
- tromino问题,棋盘覆盖,算法中的分治法-tromino problems, board cover, divide and conquer algorithm
LISTTT
- 利用C语言来实现单链表的各种操作,插入 删除 节点 -Using C language to achieve a single list of the various operations, insert delete nodes, etc.
2677
- 浙大acm2667题,c++,acm课程设计-zhejiang acm2667
nizhi
- 顺序表元素就地逆置,不需要额外申请内存空间即可实现逆置-Inverse order of table elements set in place, no additional application memory space can be realized against the set
chuan
- 数据结构串的简单算法 上学自己编的 大家可以参考一下-A simple algorithm for string data structure their series to go to school we can refer to
zbox
- 字符串匹配算法zbox,快速求子串在模式串中出现的次数-zbox algorithm
beep
- 单项循环链表,可以进行添加和删除节点,并且可以在任意的地方把它改为带环的链表-Single circular linked list, you can add and delete nodes, and in any place it into a belt loop linked list
stackSort
- 基础c语言实现高效快速堆栈排序,无需手动参与,数据结构排序算法。-Stack sort
bistack
- 双向栈,用c++实现的,对学习数据结构有帮助, 很有用的一个数据结构。-Two-way stack, with c++ achieve, help for learning data structures, a data structure useful.
jiaogucaixiang
- 计算给定的正整数n 对应的角谷序列,并求出其中第k大的数。n 和k 都通过标准输入输出得到。-Computing a given positive integer n corresponding Kakutani sequences and determine where the first large numbers k. n and k are obtained through standard input and output.