Skip to content

pungrue26/BigInteger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Executive Summary

  • This is my solution for a course assignment given by Prof. Byung-Ro Moon in his Data Structure course at Seoul National University.

  • You can see the full assignment specification at HERE or in GitHub.

  • Basically, the goal of this assignment is to implement a new Java class that can operate 1) Addition 2) Subtraction 3) Multiplication of integer values without limit of range(The Java's primitive data type int has a minimum value of -2,147,483,648 and a maximum value of 2,147,483,647 (inclusive))

  • Please Enjoy! :)

About

Big Integer class implementation that supports arithmetic operations on "Big" integers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages