Page 1 of 1
Dealing with Big Integer in a real contest
Posted: Sat Apr 30, 2005 11:22 am
by miracle
Hi, everybody,I'm in trouble with dealing with Big Integer, the data in some problems in UVA is very very big. Though i can use other's Big Integer library,but what can i do in a real contest? I cannot bring the e-copy with me,anyone can suggest about it
...
Posted: Sun May 01, 2005 5:49 pm
by jan_holmes
Hi,I think you ought to study "Big Integer" algorithm. In the early,me myself also have the same problem with you. I couldn't solve any "Big Integer" problem. But there is a site that is really help me very much. I've forgotten the site (I think you could find it in google). 'n try to solve easier problem which needed this "Big Integer" such as : 424-Integer Inquiry.I hope it could help you.

Posted: Wed Apr 05, 2006 11:32 pm
by Moha
Big integer and huge numbers, in spite of thier names are so easy, if you solve many problem in this field, you can write all of your neccesery function in less than 5min. believe me!