资源列表
[数据结构常用算法] yuangongguanli
说明:用C语言实现的员工管理系统,主要通过链表连接数据-Implemented in C language, staff management system, mainly through the linked list data connection<liwenxue> 在 上传 | 大小:31kb | 下载:0
[数据结构常用算法] run-babbel-sort
说明:buble sort, this is my code to approve the task from my teacher<zein> 在 上传 | 大小:1kb | 下载:0
[数据结构常用算法] dijkstra
说明:Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。 -Dijkstra algorithm is a typical shortest path algorithm, used to calculate a node to all other nodes of the shortest path. Main feature<chaolan> 在 上传 | 大小:4kb | 下载:0
[数据结构常用算法] TheKstPath
说明:从原始点到顶点j的第K条最短路是由原始点到顶点i(i是j的相邻顶点,最短路从i指向j)的第K条最短路-To vertex j from the original point of the first K shortest path from the original point to the vertex i (i is adjacent to vertex j, the shortest path from i to point j) of Article K shortest<chaolan> 在 上传 | 大小:44kb | 下载:0
[数据结构常用算法] Maximum-Increasing-subsequences
说明:最大递增子序列,动态规划经典算法 设L=<a1,a2,…,an>是n个不同的实数的序列,L的递增子序列是这样一个子序列Lin=<aK1,ak2,…,akm>,其中k1<k2<…<km且aK1<ak2<…<akm。求最大的m值。-Maximum increment sequence, the classic dynamic programming algorithm set L = <a1,a2,…,an> Are n d<chaolan> 在 上传 | 大小:1kb | 下载:0