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

Factorial Trailing Zeroes #223

Open
santushtisharma10 opened this issue Oct 30, 2021 · 5 comments
Open

Factorial Trailing Zeroes #223

santushtisharma10 opened this issue Oct 30, 2021 · 5 comments
Assignees

Comments

@santushtisharma10
Copy link
Contributor

Problem : Given an integer n, return the number of trailing zeroes in n!.

Note that n! = n * (n - 1) * (n - 2) * ... * 3 * 2 * 1.

Input: n = 5
Output: 1
Explanation: 5! = 120, one trailing zero.
@santushtisharma10
Copy link
Contributor Author

@syedareehaquasar @KhushbooGoel01 please assign me this issue

@AnkitPatel1999
Copy link
Contributor

Hii @KhushbooGoel01 can you please assign this issue

@syedareehaquasar
Copy link
Collaborator

go ahead @santushtisharma10 !
@AnkitPatel1999 please choose one of the languages and mention here and communicate within yourselves to divide the issue into parts! (u can use this space)
happy contributions!

@santushtisharma10
Copy link
Contributor Author

I will do the cpp solution

@ARYASINGHBJC
Copy link

Hey, I would like to Python solution.Can you please assign ?

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

4 participants