joaquinnunez / shortest-path

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Menor distancia.

Usage:

python rutadetren.py -h
usage: rutadetren.py [-h] file start destination

Calcula la menor distancia entre 2 estaciones de tren

positional arguments:
  file         Archivo de texto a leer
  start        Nombre estación origen
  destination  Nombre estación destino

optional arguments:
  -h, --help   show this help message and exit

Like:

python rutadetren.py test.txt A C

About


Languages

Language:Python 100.0%