Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #14

Merged
merged 2 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/auto_assign_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ addReviewers: true
numberOfReviewers: 0
reviewers:
- BangDori
- asuan99
- Legitgoons
- suhwan2004
30 changes: 21 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
## 🧑‍💻 알고리즘 스터디

1. 스터디에 참여하려는 개발자는 깃허브 닉네임 + 문제 이름으로 브랜치를 생성하여 해당 브랜치에서 문제를 풀이합니다.
- ex) `bangdori/two-sum`
2. 해당 브랜치에서 루트 경로에 자신의 깃허브 닉네임으로 폴더를 생성하고 해당 폴더에 파일을 생성합니다.
- ex) `bangdori/1.js`
3. 풀이가 완료된 문제는 main 브랜치로 Pull Request를 작성합니다. Pull Request의 제목은 `[Platform - Level] 문제 이름`으로 생성합니다.
- ex) [Leetcode - Easy] Two Sum
4. 최소 1명 이상의 리뷰를 통해 새로운 접근 방식 혹은 개선된 방법에 대한 논의를 진행하고, 리뷰가 완료되면 병합합니다. 리뷰를 할때에는 무조건적으로 코드의 세세한 부분까지 리뷰를 할 필요는 없으며, 간단한 리뷰를 진행해도 무관합니다.
# 🧑‍💻 알고리즘 스터디

효율적인 알고리즘 문제 풀이 능력을 향상시키기 위해 진행하는 스터디입니다. 정기적인 문제 풀이와 토론을 통해 문제 해결 능력을 키우는 것을 목표로 합니다.

## 📜 스터디 규칙

1. **주 3회 문제 풀기**
- 스터디원 중 한명이 3개의 문제를 지정합니다.
- 나머지 스터디원들은 지정한 3개의 문제를 풀이합니다.
- 문제 풀이 코드를 각자의 GitHub 브랜치(`깃허브아이디/문제-이름`)에 업로드합니다.
- PR(Pull Request)을 통해 코드 리뷰를 진행합니다.

2. **주간 문제 풀이 리뷰**
- **일시**: 매주 토요일 오전 10시 30분
- **진행 방식**: 비대면 (온라인)
- **문제 풀이 발표자**: 매주 랜덤으로 선정

## 💻 사용하는 플랫폼

- **[Leetcode](https://leetcode.com)**
- **[Programmers](https://programmers.co.kr)**
Loading