older change to sandbox/graphs.md

This commit is contained in:
Brian Picciano 2017-11-02 14:57:49 -06:00
parent 0b2b53ef56
commit 305642b5a4

View File

@ -20,9 +20,8 @@
- Unordered set of edges - Unordered set of edges
- Edge - Edge
- Identified by a 2-tuple of (Vertex, Vertex), with each tuple being - Identified by a 3-tuple of (Vertex, $val, Vertex), with each tuple
unique within a graph being unique within a graph
- Has exactly one attribute value attached
- Vertex - Vertex
- Has ordered set of in edges - Has ordered set of in edges