Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 566 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 566 Bytes

Problem Solving Study

OJ 분류

boj  : Baekjoon Online Judge
prog : Programmers
swea : SW Expert Academy
algo : AlgoSpot
leet : LeetCode
codi : Codility
cote : CodeTree

커밋 컨벤션

[OJ분류](문제 분류): 문제 이름 (문제번호/ 난이도:선택)
ex) boj(DFS) : 유기농 배추 (1012/ 실버 2)
ex) boj(백트래킹, DFS) : 알파벳 (1987)

실행 환경

CPP  : VSCode
JAVA : IntelliJ

초기 설정 (cpp)

mkdir bin
sudo apt-get install build-essential
sudo apt-get install g++
sudo apt-get install gdb