https://github.com/codejaws/coding-study
if(윤혁님 || 종민님 || 기연님 || 소은님 || 경서님 === 취업시) 한우 오마카세 풀코스 😋🍖
https://github.com/codejaws/coding-study
javascript
Last synced: 7 months ago
JSON representation
if(윤혁님 || 종민님 || 기연님 || 소은님 || 경서님 === 취업시) 한우 오마카세 풀코스 😋🍖
- Host: GitHub
- URL: https://github.com/codejaws/coding-study
- Owner: CodeJaws
- Created: 2024-03-09T01:56:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T07:11:05.000Z (about 1 year ago)
- Last Synced: 2025-08-16T16:02:16.912Z (7 months ago)
- Topics: javascript
- Language: JavaScript
- Homepage:
- Size: 841 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧑💻 알고리즘 스터디
### 🚀 스터디 인트로
- 진행기간: 2024-03-09 ~
- 스터디 장소: 온라인
- 스터디 시간: 평일(화, 금) 오전 10시
- 스터디 진행: 온라인으로 진행하며 한 문제당 한 사람씩 발표를 진행
- 플랫폼: 프로그래머스
- 사용 언어: JavaScript, Python
### 👥 Team
|
|
|
|
|
|
| :-------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------: |
| [박경서](https://github.com/zermzerm) | [김소은](https://github.com/summerkimm) | [김기연](https://github.com/arky02) | [임윤혁](https://github.com/oauch) | [박종민](https://github.com/qooktree1) |
### 🏷️ 플랫폼
| 백준 | 프로그래머스 | 리트코드 |
| :--: | :----------: | :------: |
| BOJ | PGS | LTC |
### 🧐 스터디 규칙
- 문제 수는 유동적으로!
- 다른 스터디원들 비난하지 말기
- 너무 시간이 지체된다(1~2시간) 싶으면 답지를 보고 어떤 식으로 풀었는지 알아보자!
- 아는 형님도 있으니 참고
- commit 후 바로 main branch에 push
### 📝 레포지토리 폴더 규칙
```
{Github Id}/{날짜}/{코드}
```
- 예시: `qooktree1/20240311/리스트 자르기.js`
### ✅ 커밋 컨벤션
```
{플랫폼}: {문제 이름}
```
- 예시: `PGS: 리스트 자르기`
---
##### 해당 README는 다음 Repository를 참고하여 제작하였습니다.
[Algorithm Study](https://github.com/CodeSquad-2023-BE-Study/Algorithm-Study/tree/main)