Skip to content

Commit 88468e8

Browse files
committed
Update README.md
1 parent cbc9887 commit 88468e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Algorithms & Data Structures in C++
88
高性能
99
基础/经典算法
1010

11+
约定:
12+
13+
1. 一个算法用一个.h文件表示放到include下.
14+
2. 算法演示的demo程序放到src下.
15+
3. 程序正确后,merge到master分支,并正确添加Makefile
16+
1117
已实现(Implemented)
1218

1319
Array shuffle

0 commit comments

Comments
 (0)