aboutsummaryrefslogtreecommitdiff
path: root/challenge-017/michael-hamlin
AgeCommit message (Collapse)Author
2019-07-18comment on ch-1.plMichael Hamlin
2019-07-18add test functionMichael Hamlin
2019-07-18eliminate twoknuthMichael Hamlin
2019-07-18use bitshift instead of exponentationMichael Hamlin
2019-07-18improved solution using hyper operatorMichael Hamlin
2019-07-18remember previous evaluationsMichael 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-18simple approach to ackermannMichael Hamlin
2019-07-15- Added template folder for challenge 017.Mohammad S Anwar