Google Winter Intern 2022 | Phone Interview | Design data Structure
Anonymous User
765

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??

Comments (3)