No description
  • C 95.8%
  • Makefile 2.6%
  • Python 1%
  • Shell 0.6%
Find a file
2026-05-22 14:26:31 -03:00
1001 — Extremely Basic docs(1001): add problem explanation and solution overview 2026-05-22 14:26:25 -03:00
1076 — Design Labyrinths docs(1076): add problem explanation and solution overview 2026-05-22 14:26:26 -03:00
1100 — Knight Moves docs(1100): add problem explanation and solution overview 2026-05-22 14:26:26 -03:00
1128 — Come and Go docs(1128): add problem explanation and solution overview 2026-05-22 14:26:27 -03:00
1148 — Countries at War docs(1148): add problem explanation and solution overview 2026-05-22 14:26:28 -03:00
1152 — Dark Roads docs(1152): add problem explanation and solution overview 2026-05-22 14:26:29 -03:00
1207 — The Benefits of Vodka docs(1207): add problem explanation and solution overview 2026-05-22 14:26:31 -03:00
1362 — My T-Shirt Suits Me docs(1362): add problem explanation and solution overview 2026-05-22 14:26:31 -03:00
1655 — 106 Miles To Chicago docs(1655): add problem explanation and solution overview 2026-05-22 14:26:31 -03:00
util write 1100 2026-03-16 08:01:03 -03:00
.clang-format chore(.clang-format): increase maximum width 2026-05-22 12:57:36 -03:00
.gitignore build: add test target with input/output comparison 2026-05-22 14:26:10 -03:00
config.mk build: add test target with input/output comparison 2026-05-22 14:26:10 -03:00
Makefile build: add test target with input/output comparison 2026-05-22 14:26:10 -03:00
README.md docs(readme): add overview, execution and problem links 2026-05-22 14:11:28 -03:00

Grafos (beecrowd)

Este repositório reúne os exercícios de grafos ministrados pelo Prof. Gustavo Henrique Pinheiro da Silva no Departamento de Engenharia de Computação, Instituto de Ciências Exatas e Informática (ICEI), Pontifícia Universidade Católica de Minas Gerais (PUC Minas).

Execução

  • make: compila todas as soluções e executa os testes comparando as saídas com o padrão de cada problema.
  • make report: gera relatório de vazamentos de memória (Valgrind) para implementações em C.

Problemas beecrowd

Os exercícios seguem os IDs e títulos originais no beecrowd: