The program models a graph using an adjacency matrix and explores paths between nodes using a Depth-First Search (DFS) approach.
// 정점 번호를 1~9 로 쓰기 위해 크기를 9 + 1 로 잡는다 ...