diff options
author | Joris | 2022-02-06 19:37:47 +0100 |
---|---|---|
committer | Joris | 2022-02-06 19:37:47 +0100 |
commit | 37f646c9908e0ebb5077874fcd0e93b1bbde0694 (patch) | |
tree | 43dfeaa606b73fc2ec8181728ef88069684a1ec7 | |
parent | 27225e2ddce24af8c3b7c28c46105f618dd26f26 (diff) |
Say that it uses SM2 Anki
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ nix develop --command bin/watch.sh ``` +# Space repetition algorithm + +The SM2 algorithm used by Anki has been implemented for space repetition. See +[src/space_repetition.rs](src/space_repetition.rs). + # Deck Cards are created from a plain text `./deck` file: |