| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-18 | comment on ch-1.pl | Michael Hamlin | |
| 2019-07-18 | add test function | Michael Hamlin | |
| 2019-07-18 | eliminate twoknuth | Michael Hamlin | |
| 2019-07-18 | use bitshift instead of exponentation | Michael Hamlin | |
| 2019-07-18 | improved solution using hyper operator | Michael Hamlin | |
| 2019-07-18 | remember previous evaluations | Michael Hamlin | |
| which avoids a lot of calls. previously: A( 3, 10 ) = 8189 ...after 44698325 calls. becomes: A( 3, 10 ) = 8189 ...after 24584 calls. | |||
| 2019-07-18 | simple approach to ackermann | Michael Hamlin | |
| 2019-07-15 | - Added template folder for challenge 017. | Mohammad S Anwar | |
