说明:运用matlab这个软件运用递归方法运算出任意一个数的阶乘-The use of this software using a recursive method matlab computing factorial of a number of arbitrary <赵霞娟> 在 2024-11-14 上传
| 大小:1kb | 下载:0
说明:字典树的基本功能是用来查询某个单词(前缀)在所有单词中出现次数的一种数据结构,它的插入和查询复杂度都为O(len),Len为单词(前缀)长度,但是它的空间复杂度却非常高,如果字符集是26个字母,那每个节点的度就有26个,典型的以空间换时间结构。-The basic function of the dictionary tree data structure is used to query a number of times a wor <赵霞娟> 在 2024-11-14 上传
| 大小:1kb | 下载:0
说明:规范 BFS 写法,可以有效地避免一些状态判重和状态转移上的细节错误,使用优先队列,这里不用优先队列会错。-BFS written specification, can effectively avoid the details of some of the state and the state transition heavy sentence on the error, use the priority queue, priori <赵霞娟> 在 2024-11-14 上传
| 大小:1kb | 下载:0
说明:利用优先级队列求最短路径的算法实现,算法课上的一次作业,水平不高,仅供参考-Use the priority queue for the shortest path algorithm, the algorithm first lesson on the job, the level is not high, for reference <falyyyy> 在 2024-11-14 上传
| 大小:1kb | 下载:0