资源列表
[数据结构常用算法] knapsack_problem
说明:很全面的关于动态规划中一类很基本但是变种很多的背包问题的资料!-knapsack problems are a class of basic dp problems.This file is comprehensive!<aaa> 在 2024-11-21 上传 | 大小:308kb | 下载:0
[数据结构常用算法] searchthemaxandmininarray
说明:分治思想是算法中很常用的一种技巧。在N个数中求最小值Min和最大值Max,我们只需分别求出前后N/2个数的N/2个数的Min和Max,然后取较小的Min,较大的Max即可(只需较大的数和较大的数比较,较小的数和较小的数比较,两次就可以了)。-You can use the procedure to find the Minnumber and the Maxnumber in the array.<徐天扬> 在 2024-11-21 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shujujiegoujiapu
说明:这是本人大二的时候数据结构课程设计所做的一个家族树管理系统,基于二叉树,实现家族的家谱管理。-This is my second year data structures course, when doing a family tree design management system, based on the binary tree, the genealogy of the family managed to achieve.<虞斌> 在 2024-11-21 上传 | 大小:1.84mb | 下载:1
[数据结构常用算法] DataStrustion_C_
说明:数据结构C#版,基本原理与C语言一样,只是里面的语言是C#编写-C# version of the data structure, the basic principles and C languages, but which written language is C#<liuyang> 在 2024-11-21 上传 | 大小:1.41mb | 下载:0
[数据结构常用算法] campus_tour_program
说明:问题描述:用无向图表示你所在学校的校园景点平面图,图中顶点表示主要景点,存放景点的编号、名称、简介等。 设计要求: 1.查询各景点的相关信息; 2.查询图中任意两个景点间的最短路径; 3.查询图中任意两个景点间的所有路径。 -Problem Descr iption: The undirected graph that spot in your school campus plan, said the main at<zilin> 在 2024-11-21 上传 | 大小:263kb | 下载:0