资源列表
[数据结构常用算法] joseph小程序
说明:2.1将n个人围成一圈,m为未进入游戏前的先行码,用来淘汰第一个出 局的人,然后依次给出淘汰者的密码,根据输入的密码来确定下一个淘汰是哪一个,并依次输出被淘汰的人对应的号码。 2.2用单向循环链表实现操作。-2.1 n personal cordons m not yet entered the game before the first yards out for the first out, then eliminated were given the password, the passw<苏亮> 在 2025-06-14 上传 | 大小:48kb | 下载:0
[数据结构常用算法] singly-linked-lists
说明:关于数据结构中顺序表与单链表的实现,包含代码及调试结果-About the data structure in the order table with the implementation of singly linked lists, including code and debug results<licongdong> 在 2025-06-14 上传 | 大小:49kb | 下载:0
[数据结构常用算法] Multi-digit-addition
说明:多位数的加法,采用递归方法实现,容易理解,数据用数组存储-Multi-digit addition, using a recursive method to achieve, easy to understand, the data array storage<黎明> 在 2025-06-14 上传 | 大小:49kb | 下载:0
[数据结构常用算法] data structure
说明:基本数据结构源代码,c语言版,适合初学者模仿以及中级工程师调试(Basic data structure codes)<元yuan > 在 2025-06-14 上传 | 大小:49kb | 下载:0
[数据结构常用算法] uglynumber
说明:构造一个集合,里面的数都是丑数,那么任意取一个集合内的数,假设为k,那么2k,3k,5k,7k也是丑数,丢进集合中。因为要求第n小,那么考虑优先队列取前n小数,从1开始扩展集合,重复n次操作,最后的数便是答案。(Construct a set whose numbers are all ugly numbers, then take the number of a collection arbitrarily, assuming that it is K. Then 2K, 3k, 5K and<姚任性 > 在 2025-06-14 上传 | 大小:49kb | 下载:0