资源列表
puke
- 数据结构常用算法,用vc++实现的纸牌游戏问题
maze4444
- 由系统随机建立一个迷宫,然后屏幕输出路径。为在完成作业的同时复习所学过的内容,完成一条路径的时候用到了递归的方法 而做全部路径的时候用非递归的方法。用户界面友好,有用户使用说明.每一步操作都有说明与提示。程序运行通过,有详细的解释说明-system by the establishment of a random maze, and then screen output path. For the complete review of operations at the same time ha
charu
- 数据结构的插入算法 非常简单的 -Data structure to insert a very simple algorithm
TRACK
- 数据结构课程设计之堆栈的应用,能实现堆栈这个数据结构的基本应用,例如,初始化,出栈和入栈操作等。-Data structure the curriculum design of the stack of applications, to achieve the stack data structure of the basic applications, for example, initialization, a stack and入栈operation.
bucket.tar
- bucket algorithm for sorting
Triplet
- 数据结构中三元组triplet的学习与应用,可运行,对初学者很借鉴意义。-The application and learn of triplet in Data structure。
tt0703
- 搜索算法。无向图的邻接表存储,深度优先搜索-Undirected graph of adjacency table storage, depth-first search
linktable
- 这个算法解决了双向链表问题,采用类的形式-This algorithm solves the problem of two-way linked list, using the form class
sort
- 包含冒泡排序、堆排序、插入排序、合并排序的C语言头文件-Including bubble sort, heap sort, insertion sort, merge sort of the C language header file
RandomTest
- 随机生成50个数字(整数),每个数字的范围是[10,50],统计每个数字出现的次数以及出现次数最多的数字与它的个数,最后将每个数字及其出现次数打印出来,如果某个数字出现次数为0,则不要打印它。打印时按照数字的升序排列。-50 randomly generated number (integer), each number in the range [10,50], statistical, and the number of times each number appears most freq
knap-error
- 利用c++语言进行01背包问题回溯法解决实际问题-knapsack problem
BST
- Implementation of Binary search trees