资源列表
Hua-rong-dao
- 华容道的广度优先搜索求解——散列查找和启发式搜索的应用-The game hua-rong-dao breadth first search solution-hash search and heuristic search application
huisufa0-1
- 算法分析-回溯法,0-1背包问题,按选优条件向前搜索,以达到目标。-Algorithm- Backtracking,0-1Knapsack problem,Forward search, the optimal selection conditions in order to achieve the goal.
maze
- to generate a maze randomly and find the path
DESOPR
- 一个C语言实现的DES算法,编译环境为VS2008-A DES algorithm implemented in C
lianbiao
- 链表的基本功能函数,包含了链表的创建,清空,求前驱、后继,删除、添加等简便算法-List the basic functions of functions, including the creation of a linked list, empty, seeking precursor, successor, delete, add, and so simple algorithm
Missionaries_and_cannibals
- 这是传教士和野人问题的源码,3个传教士3个野人1条小船过河,要求任意情况野人人数不能多于传教士-This is the problem of source missionaries and savages, three missionaries and three wild man a boat across the river, requiring no more than an arbitrary number of missionaries Savage
bank
- 数据结构程序设计,实现以下问题:某银行营业厅共有6个营业窗口,设有排队系统广播叫号,该银行的业务分为公积金、银行卡、理财卡等三种。公积金业务指定1号窗口,银行卡业务指定2、3、4号窗口,理财卡业务指定5、6号窗口。但如果5、6号窗口全忙,而2、3、4号窗口有空闲时,理财卡业务也可以在空闲的2、3、4号窗口之一办理。 客户领号、业务完成可以作为输入信息,要求可以随时显示6个营业窗口的状态。-Data structure program design, to achieve the follow
201521142022_张梦明_数据结构02
- 数据结构线性表的各种函数,包括插入、删除、创建、销毁(Data structure Linear table of various functions, including insert, delete, create, destroy)
判断链表是否为回文序列
- 采用C语言编写,实现输入一个链表,判断链表元素是否为回文序列。采用C语言编写,实现输入一个链表,判断链表元素是否为回文序列。
3.4.3
- 单链表L中的结点是按值非递减有序排列,算法实现将值为x的结点插入表L中,使得L仍然有序。-Nodes in a single linked list L is non-decreasing ordered by value, the algorithm will node is inserted into the table L x such that L remains orderly.
数据结构与算法排序
- 数据结构与算法程序,界面采用mfc,能实现升序和降序两个功能,并且能查看第几步的排序结果
linearCnt
- counting frequency of any substring in linear time
