/Big-numbers-calculator

Calculator using linked list for big numbers

Primary LanguageJava

Big numbers calculator

Calculator using linked list for big numbers in Java.

Each digit of the number is stored in the nodes of Linked List, which makes it able to calculate huge digits.