Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 739 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 739 Bytes

Algorithm Problem Solving

본 저장소는 알고리즘 문제 풀이 정답 소스코드를 담고 있습니다.

Commit Convention (For Problem)

  • BOJ-<문제 번호>-<문제 이름>
  • Programmers-<문제 이름>

2021.09.05 커밋 이후 적용

Directory Structure

algorithm-problem-solving
├── algorithm-kit               # 대표 알고리즘 정리 및 예시 문제 모음
├── BOJ                         # 백준 문제 풀이 모음
├── Programmers                 # 프로그래머스 문제 풀이 모음
├── .gitignore
└── README.md                   # This file :)