Fiddling with the traversal algorithm and shoehorning in the DFS algo

This commit is contained in:
MitchellHansen
2017-07-13 22:14:29 -07:00
parent 316293a110
commit 4642ab8f0b
4 changed files with 50 additions and 67 deletions

View File

@@ -18,8 +18,6 @@ struct OctState {
// ====== DEBUG =======
char found = 1;
};