资源列表
[数据结构常用算法] 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-01-20 上传 | 大小:49kb | 下载:0
[数据结构常用算法] Multi-digit-addition
说明:多位数的加法,采用递归方法实现,容易理解,数据用数组存储-Multi-digit addition, using a recursive method to achieve, easy to understand, the data array storage<黎明> 在 2025-01-20 上传 | 大小:49kb | 下载:0
[数据结构常用算法] data structure
说明:基本数据结构源代码,c语言版,适合初学者模仿以及中级工程师调试(Basic data structure codes)<元yuan > 在 2025-01-20 上传 | 大小: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 tha<姚任性 > 在 2025-01-20 上传 | 大小:49kb | 下载:0