An open API service indexing awesome lists of open source software.

https://github.com/gitcordier/minimal_length_of_graph_traversal

Given a network, equipped with a specific total and strict order, we get the minimal "round trip" traversal length. It always converges, at quadratic cost.
https://github.com/gitcordier/minimal_length_of_graph_traversal

graph-traversal minimization minimization-algorithm minimizer salesman-problem

Last synced: 8 months ago
JSON representation

Given a network, equipped with a specific total and strict order, we get the minimal "round trip" traversal length. It always converges, at quadratic cost.

Awesome Lists containing this project

README

          

# Introduction
This code is a solution to the
[*Spacepizza* problem](https://questionsacm.isograd.com/codecontest/pdf/spacepizza.pdf),
from the
[battledev](https://battledev.blogdumoderateur.com/))
contest ((FR) 11/2017).