From 7b93dcbc36ff909c1ad9093828ca6e197286047b Mon Sep 17 00:00:00 2001 From: hanpham32 Date: Thu, 12 Dec 2024 00:50:21 -0800 Subject: [PATCH] doc: add reference to graph6 and digraph6 instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 145fc56..3967d77 100644 --- a/README.md +++ b/README.md @@ -68,3 +68,7 @@ This will launch the app, and you can access it by navigating to http://localhos ├── out/ # contains canonical output ├── src/ # contains scripts for the program ``` + +## References + +Graph6 and Digraph6 format: [https://users.cecs.anu.edu.au/~bdm/data/formats.txt](https://users.cecs.anu.edu.au/~bdm/data/formats.txt)