diff --git a/sandbox/graphs.md b/sandbox/graphs.md index 1bf557b..3d7471a 100644 --- a/sandbox/graphs.md +++ b/sandbox/graphs.md @@ -20,9 +20,8 @@ - Unordered set of edges - Edge - - Identified by a 2-tuple of (Vertex, Vertex), with each tuple being - unique within a graph - - Has exactly one attribute value attached + - Identified by a 3-tuple of (Vertex, $val, Vertex), with each tuple + being unique within a graph - Vertex - Has ordered set of in edges