https://github.com/devleejb/algorithm-problem-solving
Algorithm Summary and Problem Solving Collection
https://github.com/devleejb/algorithm-problem-solving
algorithms problem-solving
Last synced: 10 months ago
JSON representation
Algorithm Summary and Problem Solving Collection
- Host: GitHub
- URL: https://github.com/devleejb/algorithm-problem-solving
- Owner: devleejb
- Created: 2021-08-05T12:38:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T00:51:57.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T06:15:23.128Z (almost 2 years ago)
- Topics: algorithms, problem-solving
- Language: Python
- Homepage:
- Size: 360 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithm Problem Solving
본 저장소는 알고리즘 문제 풀이 정답 소스코드를 담고 있습니다.
## Commit Convention (For Problem)
### [BAEKJOON ONLINE JUDGE](https://www.acmicpc.net)
- `BOJ-<문제 번호>-<문제 이름>`
### [Programmers](https://programmers.co.kr)
- `Programmers-<문제 이름>`
> 2021.09.05 커밋 이후 적용
## Directory Structure
```bash
algorithm-problem-solving
├── algorithm-kit # 대표 알고리즘 정리 및 예시 문제 모음
├── BOJ # 백준 문제 풀이 모음
├── Programmers # 프로그래머스 문제 풀이 모음
├── .gitignore
└── README.md # This file :)
```