Skip to content

rajshadow/Big_Integer_Library_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big_Integer_Library_cpp

A C++ implementation of the popular and handy bigInteger to store large numbers and perform various operations with them. Implemented an alternate multiplication algorithm, Karatsuba multiplication, which outperform the conventional algorithm for numbers whose length exceeds a certain threshold.

About

A handy library to handle big numbers in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages