Graphs implemented into python using pygame.
Graph Theory is a field of mathematics which uses vertices and edges to display tangible and abstract ideas. The program allows for graphs to be created through left clicking.
X - Clear
Del - Deletes vertex selected
Space - Unselects vertices
B - Creates a bipartite graph on existing vertices
C - Creates a cycle on existing vertices
K - Creates a complete graph on existing vertices