We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec294c commit e52316dCopy full SHA for e52316d
src/dfs.c
@@ -65,6 +65,7 @@ Obj ExecuteDFS(Obj self, Obj args) {
65
Obj edge = ElmPRec(record, RNamName("edge"));
66
67
// 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
69
70
DIGRAPHS_ASSERT(LEN_PLIST(parent) == 1);
71
DIGRAPHS_ASSERT(LEN_PLIST(postorder) == 1);
0 commit comments