File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# <img src =" https://img.icons8.com/color/48/null/happy-mac.png " width =" 40 " height =" 40 " style =" padding : 0 ;margin-bottom :-5px ;" /> Computer-Science
2
2
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
4
4
5
5
```
6
6
1. 1일 1커밋을 기준으로 한다.
7
7
2. PR은 일주일에 두번 정해진 날에 올린다. (월요일,목요일)
8
8
3. PR 내용리뷰
9
9
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전략
10
13
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
11
21
```
12
22
13
23
## <img src =" https://img.icons8.com/color/48/null/spongebob-folder.png " width =" 30 " height =" 30 " style =" padding : 0 ;margin-bottom :-5px ;" /> 폴더, 파일 생성 기준
21
31
22
32
### Chapter1. 자료구조
23
33
34
+ + Array & LinkedList
35
+ +
36
+ + Queue & Stack
37
+ +
38
+ + Hashtable & BST
39
+ +
40
+ + Sort
41
+ +
42
+
24
43
### Chapter2. 운영체제
25
44
26
45
### Chapter3. 네트워크
You can’t perform that action at this time.
0 commit comments