An open API service indexing awesome lists of open source software.

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

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 :)
```