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.