master > master: code py - fügte tarjan im Hauptzyklus hinzu

This commit is contained in:
RD
2022-06-10 16:05:15 +02:00
parent 3e8b3c157d
commit c0bc69450c
5 changed files with 53 additions and 30 deletions

View File

@@ -1,6 +1,9 @@
## Beispiele für Seminarwoche 2 (Blatt 1)
- name: TARJAN
nodes: [1,2,3,4,5,6,7,8]
nodes: [a,b,c]
edges: [[a, c], [c, a], [b, c]]
- name: TARJAN
nodes: [1, 2, 3, 4, 5, 6, 7, 8]
edges: [
[1, 2],
[1, 3],