#include <bfs.h>
Collaboration diagram for node:
Public Types | |
enum | { white, gray, black } |
Data Fields | |
unsigned int | id |
Neighbors_list | neighbors |
enum node:: { ... } | color |
node * | parent |
Children_list | children |
|
|
|
|
|
|
|
The node id |
|
|
|
|