Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can increase use of tail recursion #39

Open
sjnester opened this issue Dec 16, 2020 · 0 comments
Open

Can increase use of tail recursion #39

sjnester opened this issue Dec 16, 2020 · 0 comments

Comments

@sjnester
Copy link

There are a couple of functions that could easily be rewritten to make them tail recursive, which of course would make stack overflows impossible. For example, isPalindrome().

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

No branches or pull requests

1 participant