We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c852256 commit 853ce7fCopy full SHA for 853ce7f
README.md
@@ -69,3 +69,14 @@ algorithms or structural simplifications.
69
julia --project=. -e 'using Pkg; Pkg.instantiate()'
70
julia --project=. -e 'using Pkg; Pkg.test()'
71
```
72
+
73
+## API Snapshot
74
75
+```julia
76
+EdgeColor, Edge, HackenbushGraph
77
+prune_disconnected, cut_edge, moves, game_sum
78
+simple_stalk, to_ascii, to_graphviz
79
+GameForm, canonical_game, simplify_game, game_value
80
+stalk_value, simplest_dyadic_between
81
+mex, nim_sum, green_stalk_nimber, green_grundy
82
+```
0 commit comments