Skip to content

Graph Diameter Identifier (GDI) is a Python application for graph's diameter identification.

License

Notifications You must be signed in to change notification settings

victorgveloso/DiameterAlgorithm

Repository files navigation

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 <victorgvbh@gmail.com>

About

Graph Diameter Identifier (GDI) is a Python application for graph's diameter identification.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages