forked from pgRouting/GSoC-pgRouting
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Algorithms
- Undirected Depth First Search
- Sequential Vertex Coloring
- Depth First Search (Directed)
- Maximum Adjacency Search
Terminology
For Undirected Depth First Search and Depth First Search (Directed)
For Sequential Vertex Coloring
Color Value | Meaning |
---|---|
0 | Yellow |
1 | Blue |
For Maximum Adjacency Search
Node / Edge Representation | Meaning |
---|---|
![]() |
Vertex is not visited |
![]() |
Vertex is currently processing |
![]() |
Vertex is visited and processed |
Metadata
Metadata
Assignees
Labels
No labels