Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/src/cmd/graphviz/graphs/directed/mike.dot

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


digraph mike{
size = "8,8";
	a -> A;
	a -> m;
	a -> E;
	t -> O;
	r -> V;
	r -> Q;
	p -> B;
	m -> R;
	l -> C;
	c -> C;
	W -> X;
	W -> D;
	V -> W;
	T -> U;
	Q -> T;
	Q -> H;
	Q -> A;
	O -> K;
	L -> U;
	K -> L;
	K -> J;
	K -> E;
	J -> I;
	R -> B;
	P -> F;
	H -> R;
	H -> P;
	U -> H;
	G -> U;
	E -> G;
	C -> Z;
	C -> D;
	S -> D;
	B -> N;
	B -> D;
	B -> S;
	M -> B;
	A -> M;
	N -> Y;
}

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.