Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Solver

Web interface for solving different problems on graphs. (training project)

temporary broken due to disabling access to postgresql database

Features

  • Login system (flask_login)
  • Database storage (PostgreSQL)
  • Graph classes and algorithms (for tsp, apsp, max-flow)

Used packages

  • Flask
  • SQLAlchemy
  • WTForms
  • NetworkX (for visualisation)
  • werkzeug (passford hashing)
  • etc.

Screenshots

TSP interface: tsp

APSP interface: apsp

Info page: info

About

Web interface for solving different problems on graphs.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages