Martin Thoma de1ad26035 Adjust Python code to follow PEP8 il y a 10 ans
..
Material de1ad26035 Adjust Python code to follow PEP8 il y a 10 ans
logos c30bbc6f32 Added ICPC-Referat il y a 12 ans
.gitignore c30bbc6f32 Added ICPC-Referat il y a 12 ans
Artikulationspunkt.tex 7740f0147f Remove trailing spaces il y a 10 ans
Bridge.tex 7740f0147f Remove trailing spaces il y a 10 ans
Eulerkreisproblem.tex 7740f0147f Remove trailing spaces il y a 10 ans
GraphColoring.tex 7740f0147f Remove trailing spaces il y a 10 ans
Graphentheorie-2.tex 7740f0147f Remove trailing spaces il y a 10 ans
Hamiltonkreisproblem.tex 7740f0147f Remove trailing spaces il y a 10 ans
Kreise.tex c30bbc6f32 Added ICPC-Referat il y a 12 ans
KruskalsAlgorithm.tex 7740f0147f Remove trailing spaces il y a 10 ans
Literatur.tex 7740f0147f Remove trailing spaces il y a 10 ans
Makefile c30bbc6f32 Added ICPC-Referat il y a 12 ans
MinimaleSpannbaume.tex 7740f0147f Remove trailing spaces il y a 10 ans
PrimsAlgorithm.tex 7740f0147f Remove trailing spaces il y a 10 ans
Quellen.tex 7740f0147f Remove trailing spaces il y a 10 ans
README.md c30bbc6f32 Added ICPC-Referat il y a 12 ans
SCC-finden.tex 7740f0147f Remove trailing spaces il y a 10 ans
SCC.tex c30bbc6f32 Added ICPC-Referat il y a 12 ans
Zusammenhang.tex 7740f0147f Remove trailing spaces il y a 10 ans
Zweifachverbundener-Graph.tex 7740f0147f Remove trailing spaces il y a 10 ans
fragen.tex c30bbc6f32 Added ICPC-Referat il y a 12 ans
make.bat c30bbc6f32 Added ICPC-Referat il y a 12 ans

README.md

Graphalgorithms II

This are the slides for our short presentation about algorithms that operate on graphs. This presentation is in context of 'ICPC' - a hands-on training at the KIT

Work-sharing

  • Tobi: Minimal spanning trees
  • Martin: SCC (general introduction, how to find scc)
  • Max: SCC (biconnected graphs, articulation points, bridges), Coloring
  • Thomas: hamiltonian and eulerian circles

Deadlines

  • 15.05.2012: draft of the talk
  • 24.05.2012: release of the final presentation
  • 31.05.2012: the presentation

Compiling this document

  • You have to run make twice to compile it
  • If you want the KIT-Style, you should take a look at this Readme