Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 476 Bytes

File metadata and controls

14 lines (12 loc) · 476 Bytes

PyGraphs

Graphs implemented into python using pygame.

Explanation

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.

Keys

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