File:Simple directed graph.svg
Summary
Description |
Deutsch: Gerichteter graph ohne mehrfachkanten.
English: Directed graph without multiple edges. |
Date | |
Source | Own work |
Author | Ksd5 |
Permission (Reusing this file) |
Raster version (superseded) |
Graphviz source
digraph simple {
edge [color=blue];
node [shape=circle,fontname="serif"];
A -> B -> C -> D -> A;
}
Licensing
| |||
| |||
Created by Siddharth Patil Feel free to use my photo or file in any way you want. I would like it if you left me a note how you are using it on my talk page. Attribution isn't required, but it's always appreciated. |