X-Git-Url: https://git.wirehaze.ovh/graph-theory.git/blobdiff_plain/3d09bef1723d7c9df322b9b037b24eccf7c44767..HEAD:/graph/search.h diff --git a/graph/search.h b/graph/search.h index 738493d..a9a5ab6 100644 --- a/graph/search.h +++ b/graph/search.h @@ -10,9 +10,12 @@ enum color BLUE }; +/* lazy */ struct state { enum color c; + unsigned int w; + struct vertex *from; }; struct squeue