From 05d903360247c57cd0db740ff1cb04ee39a1cb2e Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 28 Apr 2020 00:32:55 +1000 Subject: All functionality done except for isomorphism? --- design_notes.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'design_notes.txt') diff --git a/design_notes.txt b/design_notes.txt index f559c7c..835030c 100644 --- a/design_notes.txt +++ b/design_notes.txt @@ -38,8 +38,7 @@ List of Cursor funcs: Has_Element Element (cursor -> node) - Equal_Subgraph - Subgraph_Node_Count + Isomorphic (generally for most non-mutable Graph functions that operate on an input of a single node, a cursor is also fine) -- cgit