资源列表
revenue-in-long-term
- CAPM定理认为系统风险越大,则股票收益越大,然而,长期中,事实并非如此。该套代码验证了再长期情况下股票风险与收益的对应关系-CAPM principle has demonstrate that a good return always accompanies the big risk. But it may be wrong in the long-term perspective.
NQueen_recursion
- 递归方法解决N皇后问题,任意两个皇后都不能处于同一行、同一列或同一斜线上。输出解法-A recursive method for solving N queens problem, any two queens are not in the same line, the same row or on the same diagonal. Output solution
NQueen_Nonrecursive
- 非递归方法解决N皇后问题,任意两个皇后都不能处于同一行、同一列或同一斜线上。输出解法-A non recursive method for solving N queens problem, any two queens are not in the same line, the same row or on the same diagonal. Output solution
part
- 停车场管理系统,简单易懂,便于初学者观看-Car park management system, easy to understand, easy for beginners to watch
Collection-and-cross
- 实现了集合的交并补,简单易懂,便于初学者使用学习-To achieve a set of post and fill, easy to understand, easy for beginners to learn
haffman
- 实现了哈夫曼编码,简单易懂,可供学习,新手可看-Achieving Huffman coding, easy to understand, for learning
AVL-tree
- AVL树的左旋、右旋和左右选,便于将一棵树转化成平衡二叉树-AVL tree of L, D and about the election, facilitate a balanced binary tree is converted to
bracelet-matching
- 关于算式中小括号、中括号和花括号的匹配检查算法-Match checking algorithm on small formula parentheses, brackets and braces
Basic-function-of-stack
- 包括了栈的进栈、出栈、查找栈顶元素等基本操作-Including the stack into the stack, the stack, look for the top element and other basic operations
Basic-function-of-graph
- 图的基本操作,包括建立邻接矩阵,图的广度和深度优先搜索-The basic operation pattern, including the establishment of the adjacency matrix, the breadth and depth map of priority search
List
- 关于链式表的操作,包括插入删除,统计个数等-Operation of chain table, including insertion and deletion, and other statistical number
Gale-Shapley
- 稳定匹配问题是算法理论中的典型问题之一,稳定婚姻匹配问题则是一种解决二部图匹配问题的模型。对稳定婚姻匹配问题进行了简单的阐述,并介绍了求解典型稳定婚姻问题的Gale-Shapley算法-Stable marriage matching problem is a model to solve the problem of the two graph matching. The problem of stable marriage matching is described briefly, and