1. Heap

Untitled

2. Priority Queue

Untitled

3. Graph

3-1. Adjacency Matrix vs. List

3-2. Depth First Searching(DFS)

  1. Stack에서 Pop
  2. pop된 노드를 방문
  3. stack에 pop된 노드의 인접 노드를 push