Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1 KB

README.rst

File metadata and controls

38 lines (23 loc) · 1 KB

Graph Diameter Identifier (GDI)

https://travis-ci.com/victorgveloso/DiameterAlgorithm.svg?branch=master

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.

Simple usage

$ echo "4 3\n1 2 1\n2 3 2\n3 4 3" | pypy3 -m diameter stdio

Install

$ git clone https://github.com/victorgveloso/DiameterAlgorithm && cd DiameterAlgorithm
$ pypy3 setup.py install --user

License

Released under the 3-Clause BSD license (see LICENSE.txt):

Copyright (C) 2020-2020 GDI Developers
Victor Guerra Veloso <[email protected]>