-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Ugly Number With Recursion (Addition of Ugly Number Problem #1286) #1424
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ErzaTitania-2001 Do not mix ArmStrongRecursion.java
and UglyRecursion.java
programs in the same PR. You can make separate PR for ArmStrongRecursion.java
program.
@@ -0,0 +1,48 @@ | |||
//finding nth ugly number using recursion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iamrajiv @atarax665 when is this pull request going to be resolved? Should I open two new PRs for each code individually?
@@ -0,0 +1,48 @@ | |||
//finding nth ugly number using recursion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@all-contributors please add @ErzaTitania-2001 for code |
I've put up a pull request to add @ErzaTitania-2001! 🎉 |
Have you read the Contributing Guidelines on Pull Requests?
(Write your answer here.)
Yes
(Write your answer here.)
Checklist
README.md
and link to my code.Related Issues or Pull Requests
Addition of Ugly Number Problem #1286