#include <algorithms.h>
Public Attributes | |
| int | dist |
| int | elem_path |
| int | id |
| int | path [1000] |
| bool | visit |
Definition at line 41 of file algorithms.h.
| int s_path::dist |
Definition at line 42 of file algorithms.h.
Definition at line 42 of file algorithms.h.
| int s_path::id |
Definition at line 42 of file algorithms.h.
| int s_path::path[1000] |
Definition at line 43 of file algorithms.h.
| bool s_path::visit |
Definition at line 44 of file algorithms.h.