资源列表
mergeSort
- merge sort is a sorting algorithm used for sorting data it uses divide and conquer approach
1026Cipher
- 算法编程题,北京大学OnlineJudge 1026Cipher-1026Cipher
mapped
- 映射二分堆 可插入,获取并删除任意元素,复杂度均O(logn) 插入时提供一个索引值,删除时按该索引删除,获取并删除最小元素时一起获得该索引 索引值范围0..MAXN-1,不能重复,不负责维护索引的唯一性,不在此返回请另外映射 主要用于图论算法,该索引值可以是节点的下标 //可更改元素类型,修改比较符号或换成比较函数-Mapping binary heap can be inserted, access and remove any element of complexity
ParentNode
- 数据结构课后习题 输出两个结点的最近的祖先公共结点 希望对各位童鞋有帮助啊-Two after-school exercise output data structure the closest ancestor node common node you want to help children' s shoes ah
hill
- 希尔算法,很快的算法,排序十分简单,欢迎下载-Hill algorithm, fast algorithms, sorting is very simple.
color
- 地图染色问题的算法 好用的 简单方便 cpp文件 -color the map good to use
jinzhuzhuanhuan
- 进制转换,一个进制转换的程序,能实现进制转换-Hex conversion, a hex conversion program, to achieve binary conversion
double-ended-stack
- 基于deque实现的反向双端栈,很适合初学者学习哦~-Based deque achieve reverse double-ended stack, it is suitable for beginners to learn oh ~
ADzhuanhuan
- AD转换子模块,用于AD的转换程序模块,是数字模拟转换很好的源码-ad change
Breadth-first-traverse
- 数据结构中的连通图的广度优先遍历类似于树的按层次遍历。通过队列的形式实现的。-In data structures, connected graph breadth first traverse similar to tree according to level traversal. Through the queue form to realize.
Maze
- 迷宫有一个入口,一个出口。一个人从入口走进迷宫,目标是找到出口。阴影部分和迷宫的外框为墙,每一步走一格,每格有四个可走的方向,探索顺序为:南、东、北、西。 -The maze has one entrance, one exit. A person from entry into the maze, the goal is to find the exit. Shaded and the maze of the frame for the wall, walk every step of a g
stack
- 利用栈将一个十进制整数转化为二进制数的算法-Use the stack to a decimal integer into binary numbers algorithm