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