issues
search
TheAlgorithms
/
C-Sharp
All algorithms implemented in C#.
GNU General Public License v3.0
7.12k
stars
1.52k
forks
source link
Solving Factorial Sequence problem
#385
Closed
dontloseyourheadsu
closed
1 year ago
dontloseyourheadsu
commented
1 year ago
Converted n as an integer to a biginteger struct.
[x ] I have performed a self-review of my code
[ x] My code follows the style guidelines of this project
[ ] I have added tests that prove my fix is effective or that my feature works
[ x] New and existing unit tests pass locally with my changes
[ ] Comments in areas I changed are up to date
[ ] I have added comments to hard-to-understand areas of my code
[ ] I have made corresponding changes to the README.md
Converted n as an integer to a biginteger struct.