Skip to content

Commit 3393a79

Browse files
2 parents d7a5c7e + e81bb34 commit 3393a79

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
# <img src="https://img.icons8.com/color/48/null/happy-mac.png" width="40" height="40" style="padding: 0;margin-bottom:-5px;" /> Computer-Science
22

3-
## <img src="https://img.icons8.com/color/48/null/rules.png" width="25" height="25" style="padding: 0;margin-bottom:-5px;"/> Rule
3+
## <img src="https://img.icons8.com/color/48/null/rules.png" width="25" height="25" style="padding: 0;margin-bottom:-5px;"/> Rule
44

55
```
66
1. 1일 1커밋을 기준으로 한다.
77
2. PR은 일주일에 두번 정해진 날에 올린다. (월요일,목요일)
88
3. PR 내용리뷰
99
4. merge
10+
```
11+
12+
## <img src="https://img.icons8.com/color/48/null/merge-git.png" width="25" height="25" style="padding: 0;margin-bottom:-5px;" /> Git Merge전략
1013

14+
```
15+
1. 각자 이름/주제로 된 branch 생성 ex) yeji/ds
16+
2. 파일 이름 또한 주제_이름으로 md파일 생성 ex) data_structure_yeji.md
17+
(주제에서 중요하게 다룰 내용은 따로 md파일 생성해서 정리)
18+
3. 정리 완료 되면 staging으로 PR
19+
4. 최종 리뷰 후 staging Merge
20+
5. 각자 작성한 md파일 최종 md에 합쳐서 main으로 MR
1121
```
1222

1323
## <img src="https://img.icons8.com/color/48/null/spongebob-folder.png" width="30" height="30" style="padding: 0;margin-bottom:-5px;"/> 폴더, 파일 생성 기준
@@ -21,6 +31,15 @@
2131

2232
### Chapter1. 자료구조
2333

34+
+ Array & LinkedList
35+
+
36+
+ Queue & Stack
37+
+
38+
+ Hashtable & BST
39+
+
40+
+ Sort
41+
+
42+
2443
### Chapter2. 운영체제
2544

2645
### Chapter3. 네트워크

0 commit comments

Comments
 (0)