| Class | Description |
|---|---|
| CanonicalOrdering |
Canonical ordering is a technique for embedding a planar graph on a grid
To be implemented
|
| TopologicalOrdering |
A topological ordering T(G) is an assignment of integer values T(v) to each
vertex v in V such that for every directed edge (u,v) in E T(u) < T(v)
|