Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
Loading...
Searching...
No Matches
_big_int Struct Reference

store arbitratily large integer values as a linked list of digits. More...

Collaboration diagram for _big_int:
[legend]

Data Fields

char value
 tens place (single digit)
 
struct _big_intnext_digit
 hundreds place
 
struct _big_intprev_digit
 units place
 

Detailed Description

store arbitratily large integer values as a linked list of digits.


The documentation for this struct was generated from the following file: