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
- 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