资源列表
quickSort.cpp.tar
- 这是一个快速排序的算法源程序,算法被单独写成一个函数,希望对大家有用-This is a quick sorting algorithm source code, algorithms are written as a single function, we hope to be useful
insertSort.cpp.tar
- 这是一个直接插入排序的算法源程序,算法被单独写成一个函数,希望对大家有用-This is a direct insertion sort algorithm source code, algorithms are written as a separate function, we hope to be useful
selectSort.cpp.tar
- 这是一个直接选择排序的算法源程序,算法被单独写成一个函数,希望对大家有用-This is a direct source selection sort algorithm, the algorithm is written as a separate function, we hope to be useful
ux
- Ux profile in boundary layer
yuesefuu
- C++中用指针的简单单链表解决约瑟夫环问题-With simple singly linked lists Joseph ring solution
fibonacci
- 迭代求fibonacci的数列的和 用矩阵求fibonacci百万项的和-sum of fibonacci
distance
- 求平面求百万点的最小距离, 求平面求百万点的最小距离 求平面求百万点的最小距离-distance of point
Learn
- 归并排序(链表实现) 基数排序(LSD) 基数排序(MSD) -Merge sort (linked list implementation) radix sort (LSD) radix sort (MSD)
Apriori
- 频繁模式挖掘Apriori算法 其中的.dat文件为样例数据, 具体使用方法参见main.c-Frequent Pattern Mining Apriori Algorithm
Project-Diva
- 课程作业, 分别实现链表的合并与纯化, 线性表的逆置等功能-Course work, respectively, to achieve the list of mergers and purification, the linear form of the inverse function set
Project-Diva-3
- 实现并比较快速排序, 选择排序, 冒泡排序, 插入排序, 归并排序, 堆排序等排序算法-Realization and compare quick sort, selection sort, bubble sort, insertion sort, merge sort, heap sort, such as sorting algorithm
Project-Diva-4
- 课程作业, 将输入的前缀表达式转换为对应的逆波兰表达式(后缀表达式)-Course work, the prefix expression is converted to the corresponding input Reverse Polish Notation (postfix expression)