Code Zone
Thursday, November 1, 2012
Efficient Data structure to store
Given a large number with many digits, propose a method or data structure to efficiently store them. Addition, subtraction, mult, division should be supported by your design.
1 comment:
Jigar Patel
May 6, 2013 at 9:32 AM
We can store them into linked list where each node contains single digit
Reply
Delete
Replies
Reply
Add comment
Load more...
‹
›
Home
View web version
We can store them into linked list where each node contains single digit
ReplyDelete