Skip to content

spefk/graph_solver_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published