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

Created factorial.py in algorithms/maths #309

Merged
merged 11 commits into from
Jun 5, 2018
Prev Previous commit
Next Next commit
Update __init__.py
  • Loading branch information
jiwoogit authored Jun 5, 2018
commit ed1c0db232e230837c0e93e957a41519b4c61570
1 change: 1 addition & 0 deletions algorithms/maths/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from .base_conversion import *
from .extended_gcd import *
from .factorial import *
from .gcd import *
from .generate_strobogrammtic import *
from .is_strobogrammatic import *
Expand Down