资源列表
[数据结构常用算法] mutiplepatternmatch
说明:多模式匹配算法 mutiplepatternmatch-Multi-pattern matching algorithm mutiplepatternmatch<zlh> 在 2025-06-17 上传 | 大小:3kb | 下载:0
[数据结构常用算法] b
说明:完成向二叉树中插入节点(即构建二叉树)、删除二叉树、复制二叉树,并完成中序遍历(返回节点数)、层序遍历(返回层高),测试程序结果应当完全正确-Completed to insert nodes in a binary tree (that is to build a binary tree), delete the binary tree, copy the binary tree, and completed in order traversal (return nodes) layer pr<liqian> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[数据结构常用算法] d
说明:假设清华校园内共有旅游景点N个(其中包括若干教学楼),赋予0到N-1的唯一编号。我们给出了每个景点的一个评分,以表示游客对其的评价。评分为0的景点表示的是教学楼(假设游客对教学楼是不感兴趣的),其他景点的评分均大于0。这些景点之间或者有直接道路相连,或者通过其他景点间接相连,景点之间的道路长度已知,道路总数为R。如图1所示,这里一共有10个景点(Si, i=0,„ ,9),每个景点的评分在节点中的括号中给出,如景点2的评分为3分,景点5(教学楼)的评分为0分。评分为0的景点为教学楼;其<liqian> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[数据结构常用算法] e
说明:本次实验需要建立一个关于学生姓名及其若干课程成绩的数据处理 系统,在满足基本的数据存储功能以外,还需要向用户提供添加新学生信息、删除已有学生信息、按某一门成绩对学生信息进行排序、按要求查询学生信息、输出学生信息到文件等功能 -The experiment requires the establishment of a data processing system on the students name and certain of its course grade to meet th<liqian> 在 2025-06-17 上传 | 大小:3kb | 下载:0
[数据结构常用算法] largest-sub-matrix
说明:最大子矩阵和 求一个n*m矩形的最大子矩形和 子矩形的规格为x*y-hdu1559 largest sub-matrix and Seeking a n* m rectangular sub-rectangular and sub-rectangular specifications for x* y<> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Hand-in-Hand
说明:/*题意:判断两幅图是否同构 图中即判断图中环和链的个数是否相同 环和链是否一一相对应 利用并查集 一个集合中若人数num[]和拉手对手p[]相等 则为环,num[]==p[]+1则为链*/-/* The meaning of problems: to determine whether the two images with a composition that judge whether each of the corresponding figure rings and chains<> 在 2025-06-17 上传 | 大小:1kb | 下载:0