资源列表
lianshiduizhan
- 用链表建立堆栈的简单代码,没有做很多的排错处理,只是了解了解堆栈的实现方式
duonode
- 关于数据结构的iaocheng链表处理的c++的一些实例教程,主要是单链表,循环链表十字链表的知识
maze
- 上载这个用数据结构算法写的迷宫求解,有何不足之处,请多指教-Upload the data structure used to write algorithms to solve the maze, what inadequacies of ability, Zhi Jiao
ds_3
- 1.定义串的顺序存储结构。 2.编写函数实现串的初始化、分配、取子串算法 3.编写函数据实现串的模式匹配-1. The definition of the order of string storage structure. 2. The initialization string write function implementation, distribution, taking sub-string algorithm 3. Write a function, according
MergeSort
- 数据结构--合并排序法.基本是将两笔已排序的数据合并并进行排序,如果所读入的数据尚未排序,可以先利用其它的排序方式来处理这两笔资料,然后再将排序好的这两笔数据合并。 只要将所有的数字不断的分为两个等分,直到最后剩一个数字为止,然后再反过来不断的合并。 -Data structure- merge sort method. Is basically the two pens had been sorted and sort data consolidation, if the read d
PAIXU1
- 利用C语言来实现各种排序 比如二叉排序等等 各种排序-Using C language to implement a variety of binary sort order such as various sorting, etc.
beibao
- 用贪心法解决背包问题:设有不同价值、不同重量的物品n件,求从这n件物品中选取一部分物品的方案, 使选中的物品的总重量不超过指定的限制重量,但选中物品的价值之和最大。-Knapsack problem with a greedy method to solve: with different values, different weights of items n pieces, find items from n items in the select part of the program
Tree
- 实现二叉树的建立及遍历查找,二叉树为线索二叉树,实现他的基本操作-construct Tree and search and find fuck you you give me your egg
Joseph
- 约瑟夫(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。设计程序输出出列顺序。-Joseph circle
bucket-sort
- 数据结构排序算法之桶排序法,此算法用C++编程语言书写 特别适合初学数据结构的人学习。-Data structures sorting algorithms bucket sort, this algorithm using C++ written in a programming language particularly suitable for beginner data structure of human learning.
mergesort
- 《算法导论》第三版中合并排序伪码的C语言实现-"Introduction to Algorithms" third edition merge sort pseudo-code in C language
array-01
- 这是一个关于数组的数据结构源代码,如果下载看完,一定非常有用,-This is a study on the array data structure source code, if you download reading, will be very useful,