알고리즘

1.[알고리즘] 시간 복잡도(Time Complexity)와 Big-O 표기법

post-thumbnail

2.[알고리즘] 이진 탐색 (Binary search)

post-thumbnail

3.[알고리즘] 기본 정렬 알고리즘(Selection sort, Bubble sort, Insertion sort)

post-thumbnail

4.[알고리즘] 분할정복법 (Merge sort, Quick sort)

post-thumbnail

5.[알고리즘] 힙 정렬(Heap sort)

post-thumbnail

6.[알고리즘] 정렬 알고리즘들의 실행 시간 비교

post-thumbnail

7.[알고리즘] 이진트리와 순회(Inorder, Preorder, Postorder)

post-thumbnail

8.[알고리즘] 스택

post-thumbnail

9.[알고리즘] 큐(queue)

post-thumbnail

10.[알고리즘] 재귀: 멱집합(Powerset), 순열 구하기

post-thumbnail

11.[알고리즘] 백트래킹(Backtracking): N-queens 문제

post-thumbnail

12.[알고리즘] 동적 계획법(DP, Dynamic Programming)

post-thumbnail

13.[알고리즘] 그래프 탐색(너비우선탐색(BFS), 깊이우선탐색(DFS))

post-thumbnail