Graph and Algorithms¶ Prelusion Conception Ex. Save 007 Interface Ex. Six Degrees of Separation Interface Graph Created From Scratch Interface Edge Edge.__init__() MGraph MGraph.__init__() MGraph.insert_vertex() MGraph.insert_edge() MGraph.dfs() MGraph.bfs() MGraph.shortest_path() MGraph.mst() MGraph.build_graph() EdgeNode EdgeNode.__init__() AdjItem AdjItem.__init__() LGraph LGraph.__init__() LGraph.insert_edge() LGraph.build_graph()