graph
consists of nodes connected by edges
Direction
Cycle
additional info
adjacency matrix (2차원 배열/ 인접행렬)
adcagency list (배열의 노드를 나열하고 관계를 linked list로 표현)
이미지 출처
https://ko.myservername.com/java-graph-tutorial-how-implement-graph-data-structure
참고자료
https://www.youtube.com/watch?v=fVcKN42YXXI