diff options
author | Andinus <andinus@nand.sh> | 2021-01-26 17:19:58 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-01-26 17:19:58 +0530 |
commit | 74193844c707ce11bb7621a020189fbe43078fe4 (patch) | |
tree | df0994216e07a490b5b0593b5d5a49e74ffecb3e /README | |
parent | a818d6a1c132c943966d5ee60547cc1630f13a0d (diff) | |
download | octans-74193844c707ce11bb7621a020189fbe43078fe4.tar.gz |
Document the origin of neighbors subroutine
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README index acfb13a..d2d6452 100644 --- a/README +++ b/README @@ -119,6 +119,9 @@ Implementation If the dictionary wasn't sorted then this probably would've been slower than previous implementation. + The `neighbors' subroutine (`lib/Octans/Neighbors.rakumod') was taken + from my AoC (Advent of Code) 2020's day-11 solution. + Options ─────── |