Skip to content

Commit

Permalink
Build + icon
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBernini committed Feb 25, 2020
1 parent c9e86b3 commit 0a9acae
Show file tree
Hide file tree
Showing 32 changed files with 552 additions and 270 deletions.
6 changes: 1 addition & 5 deletions Cats/Cat_BestFirst.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
*******************Developed by********************************
Alfredo Albélis Batista Filho - https://github.com/AlfredoFilho
Brenda Alexsandra Januário - https://github.com/brendajanuario
Cléofas Peres Santos - https://github.com/CleoPeres
Leonardo Ferrari - https://github.com/LeonardoFerrari
Pedro Bernini - https://github.com/PedroBernini
Vinicius Abrantes - https://github.com/viniciusAbrantes
Pedro Henrique Bernini Silva - https://github.com/PedroBernini
***************************************************************
'''
Expand Down
8 changes: 2 additions & 6 deletions Cats/Cat_BreadthFirstSearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
*******************Developed by********************************
Alfredo Albélis Batista Filho - https://github.com/AlfredoFilho
Brenda Alexsandra Januário - https://github.com/brendajanuario
Cléofas Peres Santos - https://github.com/CleoPeres
Leonardo Ferrari - https://github.com/LeonardoFerrari
Pedro Bernini - https://github.com/PedroBernini
Vinicius Abrantes - https://github.com/viniciusAbrantes
Pedro Henrique Bernini Silva - https://github.com/PedroBernini
****************************************************************
***************************************************************
'''

import Cats.Calcular as Calcular
Expand Down
8 changes: 2 additions & 6 deletions Cats/Cat_DepthFirst.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
*******************Developed by********************************
Alfredo Albélis Batista Filho - https://github.com/AlfredoFilho
Brenda Alexsandra Januário - https://github.com/brendajanuario
Cléofas Peres Santos - https://github.com/CleoPeres
Leonardo Ferrari - https://github.com/LeonardoFerrari
Pedro Bernini - https://github.com/PedroBernini
Vinicius Abrantes - https://github.com/viniciusAbrantes
Pedro Henrique Bernini Silva - https://github.com/PedroBernini
***************************************************************
***************************************************************
'''

import Cats.Calcular as Calcular
Expand Down
6 changes: 1 addition & 5 deletions Cats/Cat_aStar.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
*******************Developed by********************************
Alfredo Albélis Batista Filho - https://github.com/AlfredoFilho
Brenda Alexsandra Januário - https://github.com/brendajanuario
Cléofas Peres Santos - https://github.com/CleoPeres
Leonardo Ferrari - https://github.com/LeonardoFerrari
Pedro Bernini - https://github.com/PedroBernini
Vinicius Abrantes - https://github.com/viniciusAbrantes
Pedro Henrique Bernini Silva - https://github.com/PedroBernini
***************************************************************
'''
Expand Down
Binary file modified Cats/__pycache__/Calcular.cpython-36.pyc
Binary file not shown.
Binary file modified Cats/__pycache__/Calcular.cpython-37.pyc
Binary file not shown.
Binary file modified Cats/__pycache__/Cat_BestFirst.cpython-36.pyc
Binary file not shown.
Binary file modified Cats/__pycache__/Cat_BestFirst.cpython-37.pyc
Binary file not shown.
Binary file modified Cats/__pycache__/Cat_BreadthFirstSearch.cpython-36.pyc
Binary file not shown.
Binary file modified Cats/__pycache__/Cat_BreadthFirstSearch.cpython-37.pyc
Binary file not shown.
Binary file modified Cats/__pycache__/Cat_DepthFirst.cpython-36.pyc
Binary file not shown.
Binary file modified Cats/__pycache__/Cat_DepthFirst.cpython-37.pyc
Binary file not shown.
Binary file modified Cats/__pycache__/Cat_aStar.cpython-36.pyc
Binary file not shown.
Binary file modified Cats/__pycache__/Cat_aStar.cpython-37.pyc
Binary file not shown.
Binary file modified Cats/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file modified Cats/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file modified GifMaker/__pycache__/GifMaker.cpython-36.pyc
Binary file not shown.
Binary file modified GifMaker/__pycache__/GifMaker.cpython-37.pyc
Binary file not shown.
Binary file modified GifMaker/__pycache__/GifShow.cpython-36.pyc
Binary file not shown.
Binary file modified GifMaker/__pycache__/GifShow.cpython-37.pyc
Binary file not shown.
Binary file modified GifMaker/__pycache__/__init__.cpython-36.pyc
Binary file not shown.
Binary file modified GifMaker/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file modified Gifs/Gif_Amplitude.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Gifs/Gif_Melhor-Primeiro.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Gifs/Gif_aStar.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0a9acae

Please sign in to comment.