
time complexity

algorithm만을 위한 C++

알고리즘 문제 풀이 시, Python Tips, 부등호 비교

정렬 sort

탐색, binary search, 이진 탐색, lower bound, upper bound

DP

(start_idx + move) % N = 최종idx, ( ) < > 괄호 문제

DFS, BFS, dfs, bfs, 순열, 조합
.png)
kaprekar, 자리 수 구하기, 시계수, 특정 수 안쓰기(x진수)

remove() 주의하자., in은 비효율 적, list comprehension

Greedy

사각형 넓이 둘레 원

dijkstra