JonathanJun 26, 2023Fun MathematicsMaking a Graph Class in Python 3 - More GUIWe add a lot of functionality to the GUI - Adding/Removing vertices and edges, returning graph info, and returning some graph matrices.
JonathanJun 26, 2023Fun MathematicsMaking a Graph Class in Python 2 - GUIWe add some preset graphs and matrices to our Graph Class in Python and implement an "add_vertex" button with user-typed input in the GUI.