Skip to content

Debugging Reverse Engineered Code in Java #130560

Discussion options

You must be logged in to vote

The issue you're experiencing is due to the recursion depth when you input large numbers, which causes a StackOverflowError. To handle large numbers more efficiently, you can use an iterative approach instead of recursion.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Gcode-git
Comment options

Answer selected by Gcode-git
Comment options

You must be logged in to vote
1 reply
@Gcode-git
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Programming Help Programming languages, open source, and software development.
3 participants