GDI is a Python application for graph's diameter identification.
It was created as part of Design and Analysis of Algorithms discipline on Universidade Federal de Minas Gerais (UFMG) Master degree.
$ echo "4 3\n1 2 1\n2 3 2\n3 4 3" | pypy3 -m diameter stdio
$ git clone https://github.com/victorgveloso/DiameterAlgorithm && cd DiameterAlgorithm
$ pypy3 setup.py install --user
Released under the 3-Clause BSD license (see LICENSE.txt):
Copyright (C) 2020-2020 GDI Developers
Victor Guerra Veloso <victorgvbh@gmail.com>