Add implementation of simple directed graph algorithms.
authorChris Hanson <org/chris-hanson/cph>
Sun, 27 Oct 2019 22:07:00 +0000 (15:07 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 27 Oct 2019 22:07:00 +0000 (15:07 -0700)
commit304ac31fd512a3557956e9b27946028663c42296
tree10bf0d5b8f24ecff3dfed11c0e0baddda77de568
parente3dd4b9c9e0c661baaae698b53a7bc811117b067
Add implementation of simple directed graph algorithms.
src/runtime/digraph.scm [new file with mode: 0644]
src/runtime/runtime.pkg
tests/check.scm
tests/runtime/test-digraph.scm [new file with mode: 0644]
tests/unit-testing.scm