Skip to content

Commit fb003ae

Browse files
authored
Update README.md
1 parent f2895cf commit fb003ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[1]: https://travis-ci.org/xtaci/algorithms.svg?branch=master
44
[2]: https://travis-ci.org/xtaci/algorithms
55

6-
####目标 ( goal ) :
6+
#### 目标 ( goal ) :
77

88
1. 经典的算法实现
99
(classical algorithms implementations)
@@ -12,7 +12,7 @@
1212
3. 正确,易于使用和改造, 一个头文件一个算法,并附带一个demo.
1313
(correct! and ease of use, one .header file per algorithm)
1414

15-
####约定 ( Convention ):
15+
#### 约定 ( Convention ):
1616

1717
1. 一个算法用一个.h文件表示放到include下. ( one .header file per algorithm. )
1818
2. 算法演示的demo程序放到src下. ( one demo per algorithm. )
@@ -24,7 +24,7 @@
2424
eg:
2525
![demograph](demo_graph.png)
2626

27-
####已实现 ( Implemented ):
27+
#### 已实现 ( Implemented ):
2828

2929
| Name | File |
3030
|------|------|
@@ -90,7 +90,7 @@
9090
|Palindrome|https://github.com/xtaci/algorithms/blob/master/include/palindrome.h|
9191
|LCA using Binary Lifting|https://github.com/xtaci/algorithms/blob/master/include/LCA.h|
9292

93-
####贡献者 ( Contributors ) :
93+
#### 贡献者 ( Contributors ) :
9494
Samana: for heavy work of MSVC compatability
9595
wycg1984: for K-Means
9696
xmuliang: for HeapSort, Kruskal MST
@@ -99,6 +99,6 @@
9999
UsingtcNower: Suffix Array
100100
afernandez90: AVL trees
101101

102-
####支持此项目 ( Donations ) :
102+
#### 支持此项目 ( Donations ) :
103103
![donate](donate_alg.png)
104104
欢迎使用支付宝扫描上面的二维码,对该项目进行捐赠。捐赠款项将用于持续优化补全及完善。

0 commit comments

Comments
 (0)