자료구조와 알고리즘

1.자료구조 - 시간복잡도(빅오 표기법)

post-thumbnail

2.알고리즘 - 선택 정렬(Selection Sort)

post-thumbnail

3.알고리즘 - 버블 정렬(Bubble Sort)

post-thumbnail

4.알고리즘 - 삽입 정렬(Insertion Sort)

post-thumbnail

5.알고리즘 - 퀵 정렬(Quick Sort)

post-thumbnail

6.알고리즘 - 병합 정렬(Merge Sort)

post-thumbnail

7.알고리즘 - 그리디(Greedy)

post-thumbnail

8.알고리즘 - 힙 정렬(Heap Sort)

post-thumbnail

9.알고리즘 - 계수 정렬(Counting Sort)

post-thumbnail

10.자료구조 - 스택(Stack)과 큐(Queue)

post-thumbnail