diff options
author | David Ewert | 2022-10-26 17:46:09 +0000 |
---|---|---|
committer | GitHub | 2022-10-26 17:46:09 +0000 |
commit | 75e2d41032b561a897da703f7c1938fe8be6a2d8 (patch) | |
tree | fbb0fe5fe1710079594b9797e1fc1796437f0264 | |
parent | 6d818f6b49ba07f58e2447a659a4ea40da6c7894 (diff) |
Update people.json
-rw-r--r-- | people.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/people.json b/people.json index 7ec29e3..840da7f 100644 --- a/people.json +++ b/people.json @@ -296,7 +296,11 @@ { "name": "O(1)", "link": "./entries/dewert99/fib.rs" - } + }, + { + "name": "efficient bigint", + "link": "./entries/dewert99/big_fib.rs" + }, ] } ] |