September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,5 +1,5 @@
|
|||
def (fib n saved)
|
||||
# all args in wart are optional, and we expect callers to not provide saved
|
||||
# all args in Wart are optional, and we expect callers to not provide `saved`
|
||||
default saved :to (table 0 0 1 1) # pre-populate base cases
|
||||
default saved.n :to
|
||||
(+ (fib n-1 saved) (fib n-2 saved))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue