File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
[ 1 ] : https://travis-ci.org/xtaci/algorithms.svg?branch=master
4
4
[ 2 ] : https://travis-ci.org/xtaci/algorithms
5
5
6
- ####目标 ( goal ) :
6
+ #### 目标 ( goal ) :
7
7
8
8
1 . 经典的算法实现
9
9
(classical algorithms implementations)
12
12
3 . 正确,易于使用和改造, 一个头文件一个算法,并附带一个demo.
13
13
(correct! and ease of use, one .header file per algorithm)
14
14
15
- ####约定 ( Convention ):
15
+ #### 约定 ( Convention ):
16
16
17
17
1 . 一个算法用一个.h文件表示放到include下. ( one .header file per algorithm. )
18
18
2 . 算法演示的demo程序放到src下. ( one demo per algorithm. )
24
24
eg:
25
25
![ demograph] ( demo_graph.png )
26
26
27
- ####已实现 ( Implemented ):
27
+ #### 已实现 ( Implemented ):
28
28
29
29
| Name | File |
30
30
| ------| ------|
90
90
| Palindrome| https://github.com/xtaci/algorithms/blob/master/include/palindrome.h |
91
91
| LCA using Binary Lifting| https://github.com/xtaci/algorithms/blob/master/include/LCA.h |
92
92
93
- ####贡献者 ( Contributors ) :
93
+ #### 贡献者 ( Contributors ) :
94
94
Samana: for heavy work of MSVC compatability
95
95
wycg1984: for K-Means
96
96
xmuliang: for HeapSort, Kruskal MST
99
99
UsingtcNower: Suffix Array
100
100
afernandez90: AVL trees
101
101
102
- ####支持此项目 ( Donations ) :
102
+ #### 支持此项目 ( Donations ) :
103
103
![ donate] ( donate_alg.png )
104
104
欢迎使用支付宝扫描上面的二维码,对该项目进行捐赠。捐赠款项将用于持续优化补全及完善。
You can’t perform that action at this time.
0 commit comments