I was asked to design a data structure to hold and perform arithmatic operations for a large number. (Note: There is no built in data type in any language to hold this large number).
I did using Linked List and Doubly Linked List. Is there any other correct way or better way to do this??