Skip to content

evgeniya-zhukova/Doubly_Linked_List

Repository files navigation

Doubly_Linked_List

Doubly Linked List. A class called “HugeInteger” stores and allows operations on huge integers. The class HugeInteger stores the digits of the number in a doubly linked list in reverse order.