master > master: code py - fügte tarjan im Hauptzyklus hinzu
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user