Algorithms_in_C  1.0.0
Set of algorithms implemented in C.
_big_int Struct Reference
Collaboration diagram for _big_int:
[legend]

Data Fields

char value
 
struct _big_intnext_digit
 
struct _big_intprev_digit
 

Detailed Description

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

Field Documentation

◆ next_digit

struct _big_int* _big_int::next_digit

tens place (single digit)

◆ prev_digit

struct _big_int* _big_int::prev_digit

hundreds place


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