资源列表
[数据结构常用算法] Virtual-Explorer
说明:虚拟资源管理器,用二叉树结构模拟资源管理器并对数据进行相关操作-Virtual Explorer, with a binary tree structure simulation Explorer and data related to operation<jersey> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] struc1
说明:数据结构基本教程,求每个学生的平均分以及每门课程的平均分,通过测试,可以直接运行得到结果-The basic data structure tutorial, find each student' s average and the average score of each course, the test can be run directly get the results<cuiyingying> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] sqlist
说明:以线性表为例删除位于X和Y之间的元素,通过测试,可以直接运行-Removed in a linear form, for example between X and Y elements, by testing, can be directly run<cuiyingying> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] str1
说明:邻接表与邻接矩阵互相转化,已通过测试,可直接运行-Adjacency list and adjacency matrix into each other, has been tested, can be directly run<cuiyingying> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] huffman
说明:数据结构中生成最小二叉树,已通过测试,可直接使用-Generate the smallest binary tree data structure, has been tested, can be used directly<cuiyingying> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] youxiangtu
说明:假设以邻接矩阵作为图的存储结构,编写判断在给定的有向图中是否存在一个简单有向回路,若存在,则以顶点序列的方式输出该回路(找到一条即可)-Suppose the adjacency matrix as a graph storage structure, the preparation of judgments in a given directed graph if there is a simple directed circuit, if there is, places a sequenc<huangxi> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 2011022602
说明:菱形图案 运用C语言将菱形图案输出 素数的求法-Diamond pattern diamond pattern using C language output primes Method to<东方寒永> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] joseph
说明:约瑟夫问题如下:已知n个人(n>=1)围坐一圆桌周围,从1开始顺序编号。从序号为1的人开始报数,顺时针数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规则重复下去,直到所有人全部出列。请问最后一个出列的人的编号。 -Joseph questions are as follows: Given n individuals (n> = 1) sitting around a round table, numbered sequentially startin<sdalong> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] eightqueen
说明:八皇后问题19世纪著名的数学家高斯于1850年提出的。他的问题是:在8*8的棋盘上放置8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列、同一斜线上。请设计算法打印所有可能的摆放方法。-Eight queens problem the famous 19th century mathematician Gauss in the 1850' s. His question is: 8* 8 board to place eight queens, so that it can<sdalong> 在 2025-06-12 上传 | 大小:1kb | 下载:0