Skip to content

Create ugly_numbers#82

Open
deepak7336 wants to merge 1 commit into
stubbornz:mainfrom
deepak7336:patch-5
Open

Create ugly_numbers#82
deepak7336 wants to merge 1 commit into
stubbornz:mainfrom
deepak7336:patch-5

Conversation

@deepak7336
Copy link
Copy Markdown
Contributor

Ugly numbers are numbers whose only prime factors are 2, 3 or 5. The sequence 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, … shows the first 11 ugly numbers. By convention, 1 is included. Given a number n, the task is to find n’th Ugly number.

Ugly numbers are numbers whose only prime factors are 2, 3 or 5. The sequence 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, … shows the first 11 ugly numbers. By convention, 1 is included. 
Given a number n, the task is to find n’th Ugly number.
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.

1 participant