资源列表
closest_pair
- 求最近距离点对。包含o(nlgn)和o(n^2)复杂度算法-Seek nearest point pair. Contains o (nlgn) and o (n^2) complexity of algorithms
sort
- 排序算法,包括插入排序、快速排序、归并排序、基数排序-Sorting algorithms, including insertion sort, quick sort, merge sort, radix sort
LongestIncSubSeq
- 求最长单调递增子序列。举例:原数组:1 5 1 3 1 56 21 6 86 2 1 6 5 22 1 5 9 62 1 3 56 31 1 56 3 1 1 66 3 1 6 6 3 1 6 6 1 结果: the longest monotonically increasing sub-sequence: Length: 14 Content:-Seeking the longest monotonically increasing subsequence. For exam
Classificationalgorithm
- KNN分类算法,命令行启动,从命令行参数输入文件名-KNN classification algorithm, the command line start, enter the file name from the command line parameter
bitonic
- this bitonic sort, used in parallel sorting-this is bitonic sort, used in parallel sorting
c
- 程序包含实现排序的递归函数;把一个文件中的内容输出到另一个文件中;交换两个地址中的数据等。-Achieve the sorting process consists of recursive function to output the contents of a file to another file the exchange of two addresses in the data.
binaryTree
- 实现二叉树的基本功能:插入、删除、查找,非常有助于数据结构的学习-To achieve the basic functions of a binary tree: insert, delete, find, very useful data structure learning
TestOrder
- 一个列出所有Lexsil序列的程序,可直接使用- This program generates all subsets by lexical order
Banking___2023901082006
- the file is a banking system that can be used with a database such as acce-the file is a banking system that can be used with a database such as access
dynamic
- 动态规划算法的一些归纳和应用,方便各位学习用,有背包问题,最长公共字串问题,等。-Some of induction dynamic programming algorithm and applications, ease of learning to use, there are knapsack problem, the longest string of public issues, and so on.
scan_claculater
- 简单的计算器程序,利用常用的数据结构进行扫描,改变优先级,再计算-simple scan and calculate program
Queue
- 队列的相关操作(比如:队列初始化,队列入队,队列出队等等)-Queue-related operations (such as: the queue is initialized, the team included in the team, team lists team, etc.)
