资源列表
[数据结构常用算法] bitreeswap
说明:交换左右子树 可用于实现 数据结构中的程序-this can be used to swap the left and right data<qht> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] stackfibnaqi
说明:斐波那契数列计算的非递归算法 用栈来模拟递归的经典题目-Fibonacci calculation of non-recursive algorithm used to simulate the recursion stack classic topic<guangyu> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] binarytree
说明:可以进行建立二叉树,递归先序、中序、后序遍历,非递归中序遍历等操作-build binary tree<zhaoyue> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Sparse_Table_algorithm
说明:RMQ的sparse table算法的实现,对ACM竞赛队员非常有研究价值:)-RMQ the sparse table algorithm implementation, ACM contest for team members have research value is :)<诗苇> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] search_word
说明:从字母表2中搜索字母表1中的单词,可以按行,列,斜线进行直线搜索-2 from the alphabet of the english alphabet in one word, can be row, column, diagonal linear search<黄咋的> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] search_number
说明:找一个最小的自然数,使它等于不同的两组三个自然数的三次幂之和,即找最小的x,使得:x=a*a*a+b*b*b+c*c*c = d*d*d+e*e*e+f*f*f 其中,a,b,c,d,e,f都是自然数,a<=b<=c, d<=e<=f [a,b,c]!=[d,e,f] 进一步,是否还存在另外一个自然数满足上述条件,可能的话请输出其结果 -Find a smallest natural number, ma<黄咋的> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] StatisticsNumber
说明: 读入一个西文文本文件,找出文件中的不同字符,对各个不同字符的出现次数进行统计并输出。注意需要重新设定文本路径-Read the text into a text file with the West to identify the different characters in the document, and the emergence of the different number of characters and outpu<黄咋的> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] sturctdata
说明:主要用于计算一元多项式的相加,相减运算(多项式的存储使用的是链表结构)-The main one used to calculate the sum of the polynomial, with minus operator (polynomials are used in the storage list structure)<王智慧> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] qishiwenti
说明:输入骑士个数,开始数的位置,每次数的人数,骑士离开的顺序为-Knight enter the number, the number of start position, the number of each number, leaving the order of Knight<光远> 在 2024-11-13 上传 | 大小:1kb | 下载:0