资源列表
[数据结构常用算法] javasortingalgorithm
说明:各种java排序算法实现,很详细的代码,插入排序、冒泡排序、快速排序、改进后的快排。。。等等常见排序算法的详细代码。-Java sorting algorithm<likai> 在 2025-06-18 上传 | 大小:6kb | 下载:0
[数据结构常用算法] schooldaoyou
说明:是数据结构的课程设计,对于初学者,有许多算法值得学习的,如栈的实现、最短路径等等。-Is a data structure course design, for beginners, there are many algorithms to learn from, such as the stack implementation, the shortest path and so on.<立为> 在 2025-06-18 上传 | 大小:231kb | 下载:0
[数据结构常用算法] KSE1.0(SRC)
说明:数独探索者,快速解数独的小程序。使用哈希表优化的深度优先搜索算法。-Sudoku Explorer 1.0<Kristin> 在 2025-06-18 上传 | 大小:83kb | 下载:0
[数据结构常用算法] aliNumericalSolutionOfTheFalknerSkanEquationForVa
说明:this file solves falkner skan equation<nemat/ali> 在 2025-06-18 上传 | 大小:26kb | 下载:0
[数据结构常用算法] Select
说明:给定一个线性序列集,要求求出其中指定的第k小的数的值和位置.如给定n个元素和一个整数i,1≤i≤n,输出这n个元素中第i小元素的值及其位置;-A linear sequence of a given set of requirements specified in paragraph k of which obtained a small number of value and location. If the given element and an integer n i, 1 ≤ i ≤<jj> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] BinarySearch
说明:给定递增整数序列L,其大小为n,要求使用二分查找法查找任意元素的位置k(序列中第几个); 问-Given increasing sequence of integers L, its size is n, requires the use of binary search to find the location of any element of k (the first few series) Q<jj> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] BinarySearchTree
说明:设S=(x1,x2,…,xn)是有序集,且x1<x2<…<xn ,表示有序集S的二叉搜索树, 利用二叉树的结点存储有序集中的元素。且已知其存取概率分布为(a1,a2,…,an),求在所有表示有序集的二叉树中找出一棵具有最小平均路长的二叉搜索树问题。-Set S = (x1, x2, ..., xn) is an ordered set, and x1 <x2<…<xn ,表示有序集S的二叉搜索树, 利用二叉树的结点存储有序集中的元素。且已知其存取概率分布为(a<jj> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Dijskstra
说明:给定带权有向图 ,其中每条边的权都是非负实数。另外,还给定V中的一个顶点,称为源点。现在要计算从源到所有其它各顶点的最短路长度。这里路的长度是指路上各边权之和;-Given weighted directed graph, where each edge of the right of all non-negative real number. In addition, the return of a vertex set V, called the source. Now calculated<jj> 在 2025-06-18 上传 | 大小:1kb | 下载:0