Aufgaben
Blatt 10: Suchen in Texten
- Tutorial 10
- Tutorial 10 English
- Aufgabenblatt 10
- Assignment sheet 10
- Texte: text1.txt, text2.txt, text3.txt, text4.txt, text5.txt, text6.txt
- Pattern: text1.pat, text2.pat, text3.pat, text4.pat, text5.pat, text6.pat
- Lösungen: text1.sol_sa, text2.sol_sa, text3.sol_sa, text4.sol_sa, text5.sol_sa, text6.sol_sa
- Update 25.06.2013: We removed all non-ASCII characters from example 1.
Blatt 9: Heuristiken für das Traveling Salesman Problem
- Tutorial 9
- Tutorial 9 English
- Aufgabenblatt 9
- Assignment Sheet 9
- Beispielprobleme: tsp1.in, tsp2.in
- Rundreisen: tsp1.out, tsp2.out
Blatt 8: Färben planarer Graphen
- Tutorial 8
- Tutorial 8 English
- Aufgabenblatt 8
- Assignment Sheet 8
- Graphen für Aufgabe 1 (graphs for assignment 1): color1.gw, color2.gw, color3.gw, color4.gw, color5.gw, color6.gw
- Google's doodle in honor of Leonhard Euler
Blatt 7: Flüsse in Graphen
- Tutorial 7
- Tutorial 7 English
- Aufgabenblatt 7
- Assignment sheet 7
- Graphen für Aufgabe 1 (graphs for assignment 1): flow1.gw, flow2.gw, flow3.gw, flow4.gw
Blatt 6: Layout von Graphen (Spring-Embedder)
- Tutorial 6
- Tutorial 6 English
- Aufgabenblatt 6
- Assignment sheet 6
- Graphen für Aufgabe 1 (graphs for assignment 1): graph1.gw, graph2.gw, graph3.gw, graph4.gw, graph5.gw
Blatt 5: Matchings in gewichteten bipartiten Graphen
- Tutorial 5
- Tutorial 5 English
- Aufgabenblatt 5
- Assignment sheet 5
- Graphen für Aufgabe 1 (graphs for assignment 1): wbipartite1.gw, wbipartite2.gw, wbipartite3.gw, wbipartite4.gw
Blatt 4: Maximum Matching in bipartiten Graphen
- Tutorial 4
- Tutorial 4 English
- Aufgabenblatt 4
- Assignment sheet 4
- Graphen für Aufgabe 1 (graphs for assignment 1): bipartite1.gw, bipartite2.gw, bipartite3.gw, bipartite4.gw
Blatt 3: Kürzeste Pfade
- Tutorial 3
- Tutorial 3 English
- Aufgabenblatt 3
- Assignment sheet 3
- Graphen für Aufgabe 1 (graphs for assignment 1): pos1.gw, pos2.gw
- Graphen für Aufgabe 2 (graphs for assignment 2): neg1.gw, neg2.gw, neg3.gw, neg4.gw, neg5.gw
Blatt 2: Minimale Spannbäume
- Tutorial 2
- Tutorial 2 English
- Aufgabenblatt 2
- Assignment sheet 2
- Graphen für Aufgabe 1 und 2 (graphs for assignment 1 and 2): mst1.gw, mst2.gw, mst3.gw, mst4.gw
Blatt 1: Tiefen- und Breitensuche, Topologisches Sortieren
- Tutorial 1
- Tutorial 1 English
- Aufgabenblatt 1
- Assignment sheet 1
- Graphen für Aufgabe 2 (graphs for assignment 2): connected1.gw, connected2.gw, connected3.gw, connected4.gw
- Graphen für Aufgabe 3 (graphs for assignment 3): dag1.gw, dag2.gw, dag3.gw, dag4.gw, dag5.gw
Informationen
- Allgemeine Informationen (pdf)
- General Information (pdf)
- LEDA-Buch
- LEDA-Dokumentationen
- Lehrstuhl-Rechner: lxmayrXY.informatik.tu-muenchen.de mit XY = 30, 33, 35, 36, 37, 38, 39
- Beispiel-Programm: Makefile, dfs.cpp, control.h