Introduction - If you have any usage issues, please Google them yourself
The program stores the designated connected graphs in two ways of adjacency matrix and adjacency list, and outputs the graph after storage.
Using depth first and breadth first algorithm to traverse the graph stored in the adjacency matrix and the graph stored in the adjacency list.