资源列表
Ex3
- SSD7, exercise 3. Advanced SQL For this exercise, we will use the library schema. It includes information about book titles in the library, information about library members, about the number of times the books were read by members, about the su
HillSort
- 希尔排序,在VC6.0环境下编译通过,可以试试,传统的希尔排序方法,简单实用-Hill Sort,having pass in VC6.0
djkstra algorithm
- A program in C++ to implement djkstra algorithm
shuangxianglianbiao
- 该程序主要练习了数据结构中双向链表的一些基本操作,可以用来熟悉双向链表的操作-The program is mainly practiced in the data structure of some of the basic operation of two-way linked list, can be used to familiar with the operation of two-way linked list
Findstr
- Findstr.cpp运行结果: GetNext-IndexKMP的结果: 输入主串s:acabaabcaabaabcac 输入模式串t:abaabcac 主串s长=17 模式串t长=8 next[0]=-1 next[1]=-1 next[2]=0 next[3]=0 next[4]=1 next[5]=-1 next[6]=0 next[7]=-1 next[8]=0 模式串在主串的位置从第10个字符开始 GetNext-IndexKMP的结果:
33753158guofu11111111111111
- 严崴敏的数据结构实验线形表的合并的C程序,包括线性表的 插入,排序操作-Yan Wei-min experimental linear data structure of the C form of the merger process, including the insertion of a linear table, sorting operation
make_stack
- 关于栈的基本操作:自己做得数据结构试验内容,包括进栈,出栈,添加结点以及删除结点等等,仅供参考。 -Basic operation on the stack: the data structure to do their own tests, including into the stack, the stack, add the node and the deletion of nodes, etc., for reference purposes only.
3
- cx lka mgewra oi arwefjasl arew awejfiwerasekjgfna-atreawoif cawektrjaingf a t oawertn gawergna lgn
heap
- HEAP SORT IMPLEMENTATION IN C
1087
- ZOJ 1087 Cracking the code http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1087
dianshiji
- 通过单链表,实现节点的查找、插入、删除等其他功能-Through the single table, realize the node search, insert, and delete, and other functions
Josephus
- 约瑟夫环 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。(有详细注解)数据结构学习的好例子
