목적 : 그래도 내가 오늘 이거 하나는 풀었다!
부작용 : 하나 했는데 괜히 뿌듯.
1. 1주 1발표
2. 1일 1문제
- 주제: 공부한 것
- 일시: 매주 목요일 2시
- 장소:
*개포 클러스터* || *Zoom* - Git Commit Rule
git commit -m "<intraname>: <주제>"
e.g.)
branchName: main
│
├── Algorithm // Check the 1일 1문제 Rule below
├── Presentation
│ ├── 1st Week
│ │ ├── Something you learned.md
│ │ └── Something other learned.md
│ ├── 2nd Week
│ ├── ...
│ └── ...
└── README.md
Top Interview Questions - LeetCodeby random pick- Precisely 1 day 1 problem
- Replace space with
- - Make P.R assigned to
<your kkanbu>of the week - Git Commit Rule
git commit -m "Time: 76 ms (91.58%), Space: 39.6 MB (73.34%)"
e.g.)
Algorithm
│
├── 1-Two-Sum/
│ ├── <intraname>.py // solution
│ └── <intraname>.md // pseudo code, explanation
├── 2-Add-Two-Numbers/
├── ...
├── ...