Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 241 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 241 Bytes

large-factorial-using-karatsuba

Get factorial of large no using karatsuba algorithm in Standard ML (SML) functional programming language

  • See Problem.pdf

How to run