资源列表
[数据结构常用算法] Fibonacci
说明:菲波那契数列如下:1,1,2,3,5,8,13,21,34......其中a[1] = 1, a[2] = 1, a[n]=a[n-1]+a[n-2](n>=3)。对给定的下标n,求解a[n] 1997的值. -Fibonacci numbers are as follows: 1,1,2,3,5,8,13,21,34 ...... which a [1] = 1, a [2] = 1, a [n] = a [n-1]+ a [n-2] (n> = 3). For a given<Li> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Knapsack-problem1
说明:这是一个关于背包问题的算法,其中使用了贪婪算法的思想,程序可以成功运行。-The algorithm is about the Knapsack problem,it uses a greedy algorithm, the program can be run successfully.<小韩> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Knapsack-problem2
说明:这是一个关于背包问题的算法,其中使用了回溯的思想,程序可以成功运行。-The algorithm is about the Knapsack problem,it uses Backtracking algorithm , the program can be run successfully.<小韩> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] non0_1-Knapsack-and-full-sorting
说明:这是全排序算法和非零一背包问题的简单实现,程序可以正确运行。-This is the simple realization of the whole sorting algorithm and the non0_1 kanpsack problem, the program correctly.<小韩> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] packing-problem
说明:這是一個裝箱問題的簡單實現,程序可以正確運行-This is a simple implementation of packing problem, the program correctly.<小韩> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] hash-table
说明:哈希表查找,根据严蔚敏的书数据结构编写的哈希表算法的程序-hash table<刘文> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] qishizhouyou
说明:骑士周游是一个经典的问题,它需要回唆的办法来解决-Knight s tour is a classic problem, it needs to return to instigate solutions to<于士棋> 在 2025-06-12 上传 | 大小:1kb | 下载:0
[数据结构常用算法] huodonganpai
说明:活动安排的一些逻辑算法,供大家一起学习学习-Events of some logic algorithm for everyone to learn to learn<非官方> 在 2025-06-12 上传 | 大小:1kb | 下载:0