Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 322 Bytes

File metadata and controls

38 lines (20 loc) · 322 Bytes

Algorithm

백준 알고리즘 문제 해결

풀지 못하고 정답을 찾아본 문제는 앞에 Hard를 붙힘 (나중에 다시 풀어 볼것)

알고리즘 종류

greedy

dp

segment tree

string

KMP

data structure

dfs

bfs

brute-force

complete search

implementation

recursive

dijkstra

graph

regex