Skip to content

edarsh7/Big-Integer-Arithmetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Edmond Arshakyan

------
README
------

A program that utilizes data structures in C++ and allows quick arithmetic (addition, subtraction, multiplication) of numbers that are extremely large.


FILES INCLUDED IN
-----------------------

Arithmetic.c        Top level client for the project

BigInteger.c        BigInteger implementation file

BigInteger.h        BigInteger header file

BigIntegerTest.c    test suite for the BigInteger ADT

List.c              List implementation file

List.h              List header file

ListTest.c          test suite for the List ADT

README              Contents of the project

Makefile            

About

simple arithmetic operations on large integer values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published