Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 611 Bytes

File metadata and controls

20 lines (15 loc) · 611 Bytes

Algorithm

Algorithm study and solution repository

Commit

add : 새 문제 풀이 추가
refactor : 알고리즘/코드 리팩토링 후 개선코드 파일 추가
doc : README.md, 주석, 설명 추가/수정
chore : 기타(폴더 구조 변경, 파일명 수정 등)

add: BOJ 1000 solution
add: Programmers 12901 attempt (WA or TLE)

refactor: BOJ 1931 (use sort + greedy approach)

doc: Add explanation to BOJ 1000 README
doc: Update repo README with folder structure

chore: Rename folder 1000_A+B → 1000
chore: Add .gitignore for C++ build files