A color interface class for Breadth-First Search, Depth-First Search and Dijkstra's algorithm. More...
Static Public Member Functions | |
| static void | white () |
| The white color represents those targets that are not yet visited. | |
| static void | gray () |
| The gray color represents those targets that have been visited, but are not yet finished. | |
| static void | black () |
| The black color represents those targets that have been visited and are finished. | |
Public Types | |
| typedef CT | value_type |
A color interface class for Breadth-First Search, Depth-First Search and Dijkstra's algorithm.
1.8.13