Martin Thoma c30bbc6f32 Added ICPC-Referat vor 12 Jahren
..
Material c30bbc6f32 Added ICPC-Referat vor 12 Jahren
logos c30bbc6f32 Added ICPC-Referat vor 12 Jahren
.gitignore c30bbc6f32 Added ICPC-Referat vor 12 Jahren
Artikulationspunkt.tex c30bbc6f32 Added ICPC-Referat vor 12 Jahren
Bridge.tex c30bbc6f32 Added ICPC-Referat vor 12 Jahren
Eulerkreisproblem.tex c30bbc6f32 Added ICPC-Referat vor 12 Jahren
GraphColoring.tex c30bbc6f32 Added ICPC-Referat vor 12 Jahren
Graphentheorie-2.tex c30bbc6f32 Added ICPC-Referat vor 12 Jahren
Hamiltonkreisproblem.tex c30bbc6f32 Added ICPC-Referat vor 12 Jahren
Kreise.tex c30bbc6f32 Added ICPC-Referat vor 12 Jahren
KruskalsAlgorithm.tex c30bbc6f32 Added ICPC-Referat vor 12 Jahren
Literatur.tex c30bbc6f32 Added ICPC-Referat vor 12 Jahren
Makefile c30bbc6f32 Added ICPC-Referat vor 12 Jahren
MinimaleSpannbaume.tex c30bbc6f32 Added ICPC-Referat vor 12 Jahren
PrimsAlgorithm.tex c30bbc6f32 Added ICPC-Referat vor 12 Jahren
Quellen.tex c30bbc6f32 Added ICPC-Referat vor 12 Jahren
README.md c30bbc6f32 Added ICPC-Referat vor 12 Jahren
SCC-finden.tex c30bbc6f32 Added ICPC-Referat vor 12 Jahren
SCC.tex c30bbc6f32 Added ICPC-Referat vor 12 Jahren
Zusammenhang.tex c30bbc6f32 Added ICPC-Referat vor 12 Jahren
Zweifachverbundener-Graph.tex c30bbc6f32 Added ICPC-Referat vor 12 Jahren
fragen.tex c30bbc6f32 Added ICPC-Referat vor 12 Jahren
make.bat c30bbc6f32 Added ICPC-Referat vor 12 Jahren

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