资源列表
efficient-monkey-king
- 猴子选大王 算法实现,即约瑟夫环问题,并不是模拟算法,而是将其转化为数学问题,从而提高算法性能-Joseph circle
dp
- 动态规划算法中的四边形不等式定理证明以及应用-Dynamic programming algorithm
(new!)test_1010
- 主要应用动态规划,记忆化搜索,前向星优先队列等算法,解决line-solve the line
typedef-struct
- 从图中某个顶点出发访问图中所有顶点,且使得每一顶点仅被访问一次,这个过程称为图的遍历。图的遍历是从图中某个顶点出发,沿着某条搜索路径对图中其余每个顶点进行访问, 并且使图中的每个顶点仅被访问一次的过程。 图的遍历是图运算中最重要的运算,也是图的基本运算之一,图的许多运算都是以遍历为基础的。试编写一个程序,完成对图的遍历。-A vertex from the graph in Figure visit all vertices, and so each vertex is visited o
Data-Structure
- 严蔚敏的数据结构(c语言版),关于链表、堆栈、队列、树和图等。-Yan Wei-min data structure (c-language version), on the lists, stacks, queues, trees and maps.
List-creation-process
- 数据结构,完成链表的建立、删除等操作的C语言程序-Data structure, complete list of build, delete, etc. The C-language program
trys
- 能够实现任意数据的任意排序(升序降序),随机数的排序,计算日期差-To achieve any arbitrary data (ascending descending), sort of random numbers, calculate the date difference
suanfa
- 背包问题的贪心算法解决办法,用链表和栈来实现的。 -Greedy algorithm for knapsack problem
csheji
- (1)、编写函数,求n个数的最大值,调用该函数将10个数据排序。 (2)、编写函数,输入字符串,调用该函数删除某个字符。-(1), write a function, find the maximum value of n numbers, call the function 10 data sorting. (2), write a function, the input string, call the function to delete a character.
erchashu
- 假设一颗二叉树的先序序列为EBADCFHGIKJ和中序序列为ABCDEFGHIJK,请画出该树-Assuming a binary sequence of the first order and the order for the EBADCFHGIKJ sequence ABCDEFGHIJK, please draw the tree
Fundamentals-of-Data-Structures
- 数据结构(c++描述) 金元平版的英文原版-Fundamentals of Data Structures in C++ by Horowitz
b
- 数据结构图书管理系统!数据结构图书管理系统-Data structure library management system! Data structure library management system
