Skip to content
/ Graphy Public

A web app for visualising graph theory problems.

Notifications You must be signed in to change notification settings

FTcode/Graphy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Graphy

Graphy is an educational web app for visualising graph theory, written in Node (with the express and sqlite3 modules).

Graphy UI

Graphy has the functionality to:

  • Create weighted and unweighted graphs.
  • Save graphs to a server-side database (accessible by permalink), or export them as PNG images.
  • Check graphs for certain properties (Connected, Hamiltonian, Eulerian, Semi-Eulerian, etc).
  • Run algorithms on weighted graphs (Prim's Algorithm, Kruskal's Algorithm, Route Inspection).

You can try a limited-functionality version online at http://ft324.user.srcf.net/graphy/

About

A web app for visualising graph theory problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published