]> wirehaze git hosting - graph-theory.git/blobdiff - gt.c

wirehaze git hosting

add broken prim
[graph-theory.git] / gt.c
diff --git a/gt.c b/gt.c
index a3c112a21e9517a2853bf42bd05bb12554a73c96..e16d9432449533572f409fdcd32080a915572e1e 100644 (file)
--- a/gt.c
+++ b/gt.c
@@ -1,13 +1,11 @@
-#define _GNU_SOURCE
 #include "graph/adj.h"
 #include "graph/adj.h"
+#include "graph/bfs.h"
 #include "graph/dfs.h"
 #include "lib/dbg.h"
 #include <getopt.h>
 #include <stdio.h>
 #include <stdlib.h>
 
 #include "graph/dfs.h"
 #include "lib/dbg.h"
 #include <getopt.h>
 #include <stdio.h>
 #include <stdlib.h>
 
-#define bfs dfs /* stub until tomorrow */
-
 enum algo
 {
   ALGO_NONE,
 enum algo
 {
   ALGO_NONE,