Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 414 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 414 Bytes

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.