summaryrefslogtreecommitdiff
path: root/design_notes.txt
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2020-04-28 00:32:55 +1000
committerJed Barber <jjbarber@y7mail.com>2020-04-28 00:32:55 +1000
commit05d903360247c57cd0db740ff1cb04ee39a1cb2e (patch)
tree19bc8bcd615d9a318dcf24f253e08f9a340a58ab /design_notes.txt
parent01a397b9c565e60171434e2b2d0d694d8a54b1e8 (diff)
All functionality done except for isomorphism?
Diffstat (limited to 'design_notes.txt')
-rw-r--r--design_notes.txt3
1 files changed, 1 insertions, 2 deletions
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)