Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

soerface/hamiltonVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Visualizer for hamilton path contest

This software visualizes an algorithm which is calculating the number of hamilton paths from one node to another. This was written for a contest at my university.

Converting the input

Some example data for the contest is provided as a simple text file. To have a good layout of the graph, you need to execute the python script txt2dot.py in this repository to convert the input into the dot file format. After that, you need graphviz to generate another text file, which then contains coordinates of the nodes. These coordinates help rendering the nodes to a nice grid.

Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published