Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Factorial Zeros

Write an algorithm which computes the number of trailing zeroes in n factorial

Solutions:

Swift

O(log n)

C++

O(log n)

Installation

Run make to build and run Swift files. Or you can run .playground file.