Let G = (V, E) be an undirected graph with adjacency matrix A as shown below. The vertices of the graph are labeled from v_1 to v_7. If the starting vertex is v_1. Use a breadth-first search based on A to determine the visiting order of G. Use a depth-first search based on A to determine the visiting order of G.