Skip to content

Created a C++ based Big Integer LIbrary similar to what is in Java. No STLs used. Fast exponentiation, GCD of 2 integers and factorial implemented.

Notifications You must be signed in to change notification settings

somyalalwani/BigInt-Library-in-C-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Data Structures & Algorithms for Problem

Languages Used : C++

C++ STL not used.

Problem:

Statement : Your task is to create a large integer library, similar to what we have in Java as BigInteger. Your library should provide functionalities to store arbitrarily large integer and perform basic math operations.

Operations to be implemented : Fast exponentiation, GCD of 2 integers and factorial.

About

Created a C++ based Big Integer LIbrary similar to what is in Java. No STLs used. Fast exponentiation, GCD of 2 integers and factorial implemented.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages