Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

ahayasic/graphtheory2018

Repository files navigation

graphtheory2018

  • Para executar os códigos, basta rodar o comando
$ python <codigoPython.py>
  • Ou seja
    1. Para executar o código referente ao Projeto 1 (Cadeias de Markov), execute no terminal:
    $ python snake-and-ladders.py
    1. Para executar o código referente ao Projeto 2 (Árvores Geradoras Mínimas), execute no terminal:
    $ unzip ha30.zip
    $ python prim-algorithm.py
    1. Para executar o código referente ao Projeto 3 (BFS e DFS), execute no terminal:
    $ unzip graphs.zip
    $ python breadth-first-search.py
    $ python depth-first-search.py
    1. Para executar o código referente ao Projeto 4 (Árvores de Caminhos Mínimos), execute no terminal:
    $ unzip WG59.zip
    $ python dijkstra-algorithm.py
    1. Para executar o código referente ao Projeto 5 (Sudoku com Coloração de Vértices), execute no terminal:
    $ python sudoku.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages