Code Zone
Labels
BareMinimum
Done
FrequentlyAsked
RecentQuestions
Revise
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...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
We can store them into linked list where each node contains single digit
ReplyDelete