|
Algorithms_in_C
1.0.0
Set of algorithms implemented in C.
|
store arbitratily large integer values as a linked list of digits. More...
Data Fields | |
| char | value |
| tens place (single digit) | |
| struct _big_int * | next_digit |
| hundreds place | |
| struct _big_int * | prev_digit |
| units place | |
store arbitratily large integer values as a linked list of digits.