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 25, 2023Fun MathematicsMaking a Graph Class in PythonWe create a Graph Class in Python to work with mathematical graphs. Then we create an interactive display using Pygame to visualize them.