aspittel / coding-cheat-sheets

Various cheat sheets on CS stuff
1.32k stars 240 forks source link

Updated Tail Recursion example #7

Closed maxburn closed 5 years ago

maxburn commented 5 years ago

Updated Tail Recursion example to use 'n' in the function as defined by the signature. Before it was using 'x'.

aspittel commented 5 years ago

Awesome thank you!