An open API service indexing awesome lists of open source software.

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)

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`.