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

Solve Problem 264. Ugly Number II #1702

Merged
merged 3 commits into from
Aug 22, 2024
Merged

Solve Problem 264. Ugly Number II #1702

merged 3 commits into from
Aug 22, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented Aug 18, 2024

This pull request resolves #1701 by solving the problem 264. Ugly Number II. It does so by keeping track of the numbers that will be multiplied by 2, 3, and 5, repeatedly multiplying them until the Nth number is reached.

@threeal threeal added this to the August 2024 milestone Aug 18, 2024
@threeal threeal self-assigned this Aug 18, 2024
@threeal threeal merged commit 894e4d9 into main Aug 22, 2024
2 checks passed
@threeal threeal deleted the solve-problem-264 branch August 22, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Solve Problem 264. Ugly Number II
1 participant