资源列表
binarySearchTreeIterator
- leetcode binarySearchTreeIterator
shujujiegou
- 常用的几种树型数据结构实现 效率比较高 代码简洁 注释明确-Several commonly used tree data structure to achieve more efficient code is simple and clear comments
Classical-algorithm
- 15个常用的经典算法研究,目录加索引,非常适合初学者进行算法研究- 15 commonly used classical algorithm, the directory indexed, very suitable for beginners to study algorithm
insertionSort
- 插入排序算法,用于将数据进行排序。适用于算法初学者。-Insertion sorting algorithm used to sort the data. Suitable for beginners algorithm.
Stack
- 数据结构栈的顺序存储和链式存储结构,及对应的基本操作,以及建立其上的各种功能算法,比如迷宫求解,符号匹配等等。-Data storage and chain structure of the stack sequence storage structure and the corresponding basic operation and to establish the various of the algorithm such as maze solving symbol match .
2016_9_5jingdong
- 京东2017级毕业生校招笔试题,自己解答的,可以参考一下-Jingdong 2017 graduate school recruit T questions he answers, can refer to
Palindrome-judgment
- 回文判断的C++程序,迭代实现,很有参考价值-Palindrome judge C++ program, iterative implementation, a good reference value
dijkstra
- Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止-Dijkstra (Dijkstra) algorithm is a typical single source shortest path algorithm for computing a node to all other nodes of the shortest path. The main feature is the sta
ZPlayer
- C#音频播放器,能够实时播放wav音频。对初学者有帮助。 -C# audio player capable of playing wav audio in real time. Help for beginners.
rectangular-coordinates
- 能够实现极坐标到直角坐标的装换,对坐标运算,空间插值具有借鉴意义 。-It enables polar coordinates to rectangular coordinates installed for. .
the-maze-problem
- 功能:用递归方法实现对迷宫问题的求解。 内容说明:熟练递归特点;掌握递归与栈的关系。-Function: using recursive method to solve the maze problem. Content Descr iption: familiar with recursive characteristics master the relationship between recursion and stack.
basic-operation-of-guangyibiao
- 对广义表实现下列 4 种基本运算:(1)创建广义表;(2)遍历广义表;(3)求广义 表的深度;(4)求广义表的长度。-The following 4 basic operations of the generalized table: (1) create a generalized table (2) the ergodic generalized table (3) the depth (4) the length.
