资源列表
sort
- 插入排序,希尔排序,归并排序,快排,冒泡排序,选择排序,插入排序,堆排序的算法实现,效率比较图-Insertion sort, shell sort, merge sort, quick scheduling, bubble sort, selection sort, insertion sort, heap sort algorithm, efficiency comparison chart
heap-sort-code
- c语言编写的堆排序算法,算法复杂度O(nlgn)-heap sort
HorseRace
- 广义田忌赛马 齐王和田忌分别有n匹马,马的能力值从外部读入,如果田忌的马和齐王的马的能力值相同,则齐王胜,问田忌一共能赢几场? 输入:3(马数) 1,2,3(齐王) 1,2,3(田)-Generalized Tian Ji' s horse and the King of Qi Tian Ji respectively n horses, horse ability value read from the outside, if the King of Qi Tian
JosephCircle
- 问题描述: 从1到n这n个人顺时针坐着,每个人手里拿着一个密码,第一轮初始一个密码,从第一个人开始,数到这个密码的人,报出自己的密码, 此人退出。从下一个人开始,依照刚才报出的密码再次筛选人退出,直到最后一个人。 第一个输入为人数,第二个输入为初始密码,接下来为每个人的密码。 使用循环链表实现。 输入: 6 3 6 5 4 3 2 1 输出: 3 1 4 2 5 6-Problem Descr iption: This is from 1 to n n in
sqrt_computer
- 32bits 数据开方得到16位数据,用户可以根据需要扩展到其他位数。采用一个加法器设计。-Prescribing 32bits data obtained 16 data, the user may need to be extended to other digits. Using an adder design.
sort
- 快速、冒泡、归并、希尔、选择、堆排序数据结构排序算法-Fast, bubble, merge, Hill, selection, heap sort algorithm to sort the data structure
library
- 图书管理系统具有新增图书,借阅图书,归还图书,以及会员的基本操作-Library management system with new books, borrow books, return books, as well as members of the basic operations
RevSubStr
- 长度为N(N很大)的字符串,求最长回文串-Length N (N large) strings, find the longest palindrome string
ArticulationPoint
- 无向连通图的关节点(割点)算法,内置了一个简单的无向图,也可以手动输入-Aritculation point
segmentation_code
- 有效实行数据分类和图像分割的源码, 非常适合学习实用-image and data segmentation
clib
- 包含多种基本数据结构的实现,如堆、栈,队列,树的遍历(包括递归遍历和非递归遍历)-this file including many basic data structure, including heap,stack,queue,tree(tree s recursive traversal and non-recursive traversal)
Dijkstra
- Java实现Dijkstra算法,单一起点到终点。-Dijkstra Java
