Skip to content

Commit 54086fe

Browse files
committed
Update README.md
1 parent cfa91f2 commit 54086fe

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
###Algorithms & Data Structures in C++
22

3-
征C++高手加入此项目,巭孬嫑, 目标: ( Need volunteers for code review, bugfix. goal: )
3+
征C++高手加入此项目,巭孬嫑, 目标: ( Need volunteers for code review, bugfix. goal: )
44

5-
经典的算法实现
5+
经典的算法实现
66
(classical algorithms implementations)
7-
服务器端
7+
服务器端
88
(based on linux/gcc)
99
正确,易于使用和改造, 一个头文件一个算法,并附带一个demo.
1010
(corret! and ease of use, one .header file per algorithm)
11-
12-
约定:( Convention : )
13-
14-
1. 一个算法用一个.h文件表示放到include下. ( one .header file per algorithm. )
15-
2. 算法演示的demo程序放到src下. ( one demo per algorithm. )
11+
12+
约定:( Convention : )
13+
14+
1. 一个算法用一个.h文件表示放到include下. ( one .header file per algorithm. )
15+
2. 算法演示的demo程序放到src下. ( one demo per algorithm. )
1616
3. 程序正确通过后,请发起Pull Requests,代码被验证后入库,并在README中发布新算法实现。
17-
(Please Use Fork+Push Requests !!! Correctness is the most important!)
18-
19-
已实现: ( Implemented : )
17+
(Please Use Fork+Pull Requests !!! Correctness is the most important!)
18+
19+
已实现: ( Implemented : )
2020

2121
Array shuffle
2222
Prime test(trial division)
2323
Prime test(Miller-Rabin's method)
2424
2D Array
25-
Arbitary Integer
25+
Arbitary Integer
2626
Linear congruential generator
2727

2828
Bit-Set data structure
2929
Queue data structure
3030
Stack data structure
3131
Binary heap data structure
32-
Priority queue
32+
Priority queue
3333

3434
Insertion sort
3535
Radix sort
@@ -38,12 +38,12 @@
3838
Double linked list
3939
Skip list
4040
Self-organized linked-list ops (move-to-front, move-ahead-one)
41-
Largest common sequence
41+
Largest common sequence
4242

4343
Binary search tree
4444
Dynamic order statistics
4545
Red-black tree
46-
Interval tree
46+
Interval tree
4747
Prefix Tree(Trie)
4848
*Suffix Tree(未实现)*
4949

@@ -56,7 +56,7 @@
5656
SimHash
5757
Bloom Filter
5858
SHA-1 Message Digest Algorithm
59-
MD5
59+
MD5
6060

6161
Graph data structure
6262
Prim's minimum spanning tree
@@ -65,11 +65,11 @@
6565
Depth First Search
6666
Dijkstra's algorithm
6767
Bellman-Ford algorithm
68-
Edmonds-Karp Maximal Flow
68+
Edmonds-Karp Maximal Flow
6969

7070
Huffman Coding
7171
Word segementation(CHN/GB18030) using HMM and viterbi algorithm.
72-
A* algorithm
72+
A* algorithm
7373
K-Means
7474
Knuth–Morris–Pratt algorithm
75-
75+

0 commit comments

Comments
 (0)