Skip to content

Attornado/edge-contraction-visualization-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT

ECVT: Edge-Contraction Visualization Tool

Visual tool for the Karger's Edge-Contraction algorithm


Table of Contents
  1. About The Project
  2. Technologies
  3. License
  4. Acknowledgments

About The Project

A simple visual tool allowing to visualize the execution of the Karger's edge-contraction algorithm.

Homepage form to set algorithm and graph parameters

Alt text

Random graph generation

Alt text

Edge-contraction steps

Alt text

Alt text

Alt text

Alt text

Cut found by the edge-contraction algorithm

Alt text

Optimal cut

Alt text

Cut comparison table and metrics

Alt text

Alt text

(back to top)

Technologies

Data & graph processing management

  • NetworkX
  • Pandas
  • Numpy

Data visualization

  • Plotly

Server-side

  • Dash
  • Flask

Front-end

  • Dash
  • React.js
  • Bootstrap
  • JQuery

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Acknowledgments

(back to top)