An Arbitrary Precision Calculator implemented in C that performs arithmetic operations on integers larger than the limits of standard data types. Large numbers are represented using linked lists, enabling calculations on values of virtually any size.
- Addition of large integers
- Subtraction of large integers
- Multiplication of large integers
- Division of large integers
- Comparison of large integers
- Linked list based number representation
- Advanced C
- Linked Lists
- Dynamic Memory Allocation
- Data Structures
- Pointers
- Makefiles
- Main application logic
- Linked list operations
- Arithmetic operation modules
- Utility functions
- Implementation of arithmetic operations using linked lists
- Dynamic memory management
- Algorithm design for large number computations
- Debugging complex data structure operations
Nikhil Rajshekar Chavan