Skip to content

Conversation

@sophiabaldonado
Copy link

Sophia Baldonado

All recursion problems except travel. Started working on travel but haven't finished.

return 1
end
return n * fact(n - 1)
end
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good solution.

@sophiabaldonado
Copy link
Author

@malderi Thank you for the review!

@malderi
Copy link

malderi commented May 16, 2016

Happy to help! Crystal asked me to jump in on some.

-Brandon

On Mon, May 16, 2016 at 9:16 AM, sophia [email protected] wrote:

@malderi https://github.com/malderi Thank you for the review!


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#9 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants