资源列表
[数据结构常用算法] ResizeableSeqList
说明:(1) 建立两个链表A和B,链表元素个数分别为m和n个; (2) 假设元素分别为(x1,x2,…xm)和,(y1,y2,…yn)。把它们合并成一个线性表C: 当m>=n时,C= x1, y1,x2,y2 …xn, yn ,…xm 当m<=n时,C= y1, x1, y2 ,x2 …ym, xm ,…yn<zhangpengwei> 在 2025-06-05 上传 | 大小:363kb | 下载:0
[数据结构常用算法] DanceingLinksSudu
说明:使用Dancing Links的思想的数独解算器,采用十字双向链表的数据结构,解算速度为常规算法的20倍以上-The idea of using Dancing Links Sudoku solver, using the cross-way linked list data structure, solver speed is 20 times more than conventional algorithms<boxer> 在 2025-06-05 上传 | 大小:3kb | 下载:0
[数据结构常用算法] node
说明:建立节点与节点链表,对c++的类有进一步的理解-set the node and nodelist,in order to have a good knowlege of the c++<guojingjing> 在 2025-06-05 上传 | 大小:954kb | 下载:0
[数据结构常用算法] Introduction.to.Algorithms
说明:算法导论,希望对大家有用 第二版 希望对大家有用-Introduction.to.Algorithms .Second.Edition<朱俊杰> 在 2025-06-05 上传 | 大小:17.85mb | 下载:0
[数据结构常用算法] yuesefuhuan
说明:约瑟夫环,数据结构里面,链表的使用的实验设计-Joseph ring, data structure inside, the list of the use of the design of experiments<周科恒> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] gohome(myself)
说明:小红帽要回外婆家,但是大灰狼得知消息后,想通过下属抓小红帽。小红帽得知消息后,想避开大灰狼所在城市,并且要尽快到外婆家去。求最短路径-Find out the most short circuit between each spots of little red riding hood will go back to grandma s house, but the Wolf that news, and want to subordinate catch little red riding h<静> 在 2025-06-05 上传 | 大小:1kb | 下载:0