Skip to content

Commit b29e7bd

Browse files
james-d-mitchellwilfwilson
authored andcommitted
dfs: attempt to fix x 3
1 parent 6150917 commit b29e7bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Obj ExecuteDFS(Obj self, Obj args) {
6565
Obj edge = ElmPRec(record, RNamName("edge"));
6666

6767
// FIXME edge needs to be off by 1, so that the first entry is bound
68+
// FIXME use hash maps for parent, postorder, preorder, and edge
6869

6970
DIGRAPHS_ASSERT(LEN_PLIST(parent) == 1);
7071
DIGRAPHS_ASSERT(LEN_PLIST(postorder) == 1);

0 commit comments

Comments
 (0)