Algorithms

1.[알고리즘] 시간복잡도 & 공간복잡도(feat.빅오 표기법(big-O notation))

post-thumbnail

2.[자료구조] 스택(Stack)

post-thumbnail

3.[자료구조] 큐(Queue)

post-thumbnail

4.[자료구조] 스택(Stack)

post-thumbnail

5.[자료구조] 트리(Tree) - 이진탐색트리(Binary Search Tree)

post-thumbnail

6.[자료구조] 힙(Heap), 힙 정렬(Heap Sort)

post-thumbnail

7.[자료구조] 집합(Set)

post-thumbnail

8.[자료구조] 해시(Hash), 해시 테이블(Hash Table)

post-thumbnail

9.[알고리즘] 에라토스테네스의 체

post-thumbnail

10.[알고리즘] 선택정렬(Selection Sort)

post-thumbnail

11.[알고리즘] 버블 정렬(Bubble Sort)

post-thumbnail

12.[알고리즘] 삽입 정렬(Insertion Sort)

post-thumbnail

13.[알고리즘] 병합/합병 정렬(Merge Sort)

post-thumbnail

14.[알고리즘] 퀵 정렬(Quick Sort)

post-thumbnail

15.[알고리즘] 계수 정렬(Counting Sort)

post-thumbnail

16.[알고리즘] 선형탐색(Linear Search)

post-thumbnail

17.[알고리즘] 그래프 DFS/BFS

post-thumbnail

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

post-thumbnail

19.[알고리즘] 투 포인터 (Two Pointers)

post-thumbnail

20.[알고리즘] 백트래킹 (Backtracking)

post-thumbnail