https://github.com/henchaves/cos242-graph-theory
Introduction to Graph Theory, an undergraduate course of Computer Engineering at the Federal University of Rio de Janeiro (UFRJ)
https://github.com/henchaves/cos242-graph-theory
algorithm graph
Last synced: 7 months ago
JSON representation
Introduction to Graph Theory, an undergraduate course of Computer Engineering at the Federal University of Rio de Janeiro (UFRJ)
- Host: GitHub
- URL: https://github.com/henchaves/cos242-graph-theory
- Owner: henchaves
- Created: 2021-04-17T22:16:44.000Z (over 4 years ago)
- Default Branch: henrique
- Last Pushed: 2021-06-05T04:47:45.000Z (over 4 years ago)
- Last Synced: 2025-02-18T00:46:08.147Z (10 months ago)
- Topics: algorithm, graph
- Language: Jupyter Notebook
- Homepage:
- Size: 612 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trabalhos de Teoria dos Grafos (COS242)
## Alunos:
Henrique Chaves
Pedro Boechat
## Sobre:
Nesse repositório você encontrará duas pastas:
- `project_01`, contendo o Projeto 1
- `project_02`, contendo o Projeto 2
E um arquivo `requirements.txt`, contendo as bibliotecas necessárias para rodar os projetos. Essas podem ser instaladas com `python3 -m pip install -r requirements.txt`.