https://github.com/programming-contents-list/codingtest
coding-test
https://github.com/programming-contents-list/codingtest
coding js python test
Last synced: 3 months ago
JSON representation
coding-test
- Host: GitHub
- URL: https://github.com/programming-contents-list/codingtest
- Owner: Programming-Contents-List
- Created: 2024-08-07T12:42:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T14:22:22.000Z (4 months ago)
- Last Synced: 2025-01-29T14:23:34.141Z (4 months ago)
- Topics: coding, js, python, test
- Language: JavaScript
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodingTest
## Rules
- 해당 수업은 한성대학교 x Programmers에서 수업한 내용을 토대로 작성했습니다.
### Branch- main
- 2557번 문제를 기준으로 main branch에 파일과 폴더가 작성 되어 있다.
- main은 기본 세팅이 되어 있기 때문에 pr이나 외부 push가 이루어져선 안된다.
- recently
- 최근 풀어본 문제가 담겨 있는 브렌치다.
- problem Number(ex. 2557)
- 내가 풀고 있는 문제이다. 브렌치는 문제 번호이다.
- problem Number retry(N)(ex. 2557 retry(N))
- 내가 **다시** 풀고 있는 문제이다. 브렌치는 문제 번호와 retry 횟수이다.
### 📌20/01/2025 새로운 Rule 추가
- 브런치로 문제들을 모두 관리함에 있어서 문제들이 유지되기 보다 휘발성이 강하다 생각해서 새로운 문제를 추가할 때마다, 새로운 디렉토리, 파일을 추가해서 `recently`에 추가하고 관리하기로 한다.
---### PR
- 새로운 문제를 풀때마다 해당 문제 번호로 브렌치를 생성하고 pr을 작성한다.
PR-template```
## #️⃣ Number- problem Number
## 🏆정답여부
- [ ] 정답
## 🌐문제 링크
🔗 [문제번호](https://# "baekjoon 문제번호")
## 🔐풀이 과정
- 풀이과정을 적어 주세요.
## 📌Point
- 구체적인 풀이 과정을 적어 주세요.
## 🔔Notice
- 🐛 #오답 문제 issue 번호
- 🔄 #다시 풀어볼 issue 번호```
---
### issue
- 문제를 풀고 오답 또는 재시도가 필요한 문제들은 issue를 생성해서 관리한다.
issue-template```
## #️⃣PR Number- #PR
## 🌐문제 링크
🔗 [문제번호](https://# "baekjoon 문제번호")
## 📌Point
- 오류 원인을 찾아내고 문제 해결
```
## Big O fucntion Graph
