资源列表
Haffman
- 严蔚敏 数据结构 C++ 哈夫曼编码 哈夫曼树-YanWeiMin Huffman Huffman tree data structure
MapKit_1.4
- 轻松创建哈希表的跨平台(Unix,Windows)库-This is a cross-platform (unix, windows) library to easily create and use hash tables (similar to STL s hash_map or python dictionaries) in C. Multiple keys and values types are provided (int, double, strings,...), and
BOX_MULLER
- box muller方法生成正态分布随机数-Box muller method to generate normal distribution random number
SeQueue
- 栈的顺序存储结构及实现 C++语言源程序。该程序的功能是实现顺序栈的定义和操作。该程序包括定义的栈结构类型以及对每一 种栈操作的具体的函数定义和主函数。 -Sequential storage structure and implementation C++ language source stack. Feature of the program is to define and implement a sequential operation of the stack. The prog
largerdataprocess
- 大数据快速处理方法,能够用数组储存结果,示例中求2的1000次方,能在很短的时间内完成,并且不需占用太大的内存-Rapid processing of large data methods can use an array to store the results, sample 1000 seeking a power of 2, can be completed within a very short time, and without taking up too much memory
5th_graph0518cg.tar
- 图的邻接矩阵跟邻接表的创建,遍历等,核心是深度优先遍历DFS和广度优先遍历BFS,其中广度优先遍历使用了队列,bfs写了两种方式,详情可以查看注释。使用gcc编译,-Adjacency matrix with the adjacency list creation, traversal, depth-first traversal of the core DFS and breadth-first traversal BFS, breadth-first traversal which uses
Joseph.tar
- 使用递归建立单循环链表,解决joseph问题, 使用C编写,可在linux下,使用make编译,运行 -Use recursion to establish round robin list, joseph solve problems
path
- 求迷宫的最短路径,设计一个算法找一条从迷宫入口到出口的最短路径。-Find the shortest path maze design an algorithm to find a shortest path from the entrance to the maze exit.
TreeView
- 森林的实现代码,一个多叉树数据遍历,水平顺序遍历。-forest structure
lengthOfLongestSubstring
- 求最长不重复子串,利用哈希表求解的,leetcode中的题目-Not repeated for the longest substring, use a hash table to solve the
Josephus
- 一个经典的约瑟夫环游戏算法,每个人抽到的数都不同-A classic game Josephus algorithm, the number of each person are different pumped
Regular_Expression_Matching
- 正则表达式的匹配,是leetcode中的算法题-Regular expression matching is the algorithm in question leetcode