Skip to content

Instantly share code, notes, and snippets.

@iojoaomarcos
Created March 11, 2023 00:40
Show Gist options
  • Save iojoaomarcos/529e14c81fa58a6aa4b01f40dfed253b to your computer and use it in GitHub Desktop.
Save iojoaomarcos/529e14c81fa58a6aa4b01f40dfed253b to your computer and use it in GitHub Desktop.
graph Rede {
A -- B [label="10 Gbps"]
A -- C [label="10 Gbps"]
B -- D [label="10 Gbps"]
B -- E [label="100 Mbps"]
E -- C [label="100 Mbps"]
H -- F [label="10 Mbps"]
E -- F [label="100 Mbps"]
F -- G [label="100 Mbps"]
C -- F [label="10 Mbps"]
B -- G [label="10 Mbps"]
D -- H [label="1 Gbps"]
A -- E [label="100 Mbps"]
E -- H [label="1 Gbps"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment