Dot file for graphviz: graph { node [shape=ellipse]; // declare nodes a b c d e f; // declare edges a -- b; a -- f; a -- c; a -- d; a -- e; b -- c; b -- d; ...
確定! 回上一頁