Search found 8 matches

by donatello
Fri Mar 10, 2006 7:18 pm
Forum: Algorithms
Topic: Bignum arithmetic
Replies: 9
Views: 3157

The easiest multiplication is O(n squared), but if you want to go for speed look up karatsuba multiplication on google or mathworld. But I think they are horribly difficult to code though worth the trouble for the speed improvement you get for really large numbers [O(n raised to 1.58 ) if I remember ...
by donatello
Thu Mar 09, 2006 4:20 pm
Forum: Off topic (General chit-chat)
Topic: qwerty please
Replies: 3
Views: 2502

What ho??
by donatello
Wed Mar 08, 2006 7:02 pm
Forum: Off topic (General chit-chat)
Topic: Question about GCC.
Replies: 1
Views: 1860

Question about GCC.

Can I install another version of GCC (I want to use the judge's version 2.95) but I want to keep the newer version as well for other contests) in parallel and use both together (with say different commands)?
by donatello
Wed Mar 08, 2006 7:00 pm
Forum: Off topic (General chit-chat)
Topic: I win !!
Replies: 361
Views: 155838

YAWN!!
by donatello
Wed Mar 08, 2006 6:54 pm
Forum: C++
Topic: Compile error help again!
Replies: 5
Views: 2760

Yes Sir!! ;-)
by donatello
Wed Mar 08, 2006 5:51 pm
Forum: C++
Topic: Compile error help again!
Replies: 5
Views: 2760

I have another compile error problem. Please help. It's definitely not typeof this time!

Code: Select all

snip
by donatello
Tue Mar 07, 2006 4:59 pm
Forum: C++
Topic: Compile error help again!
Replies: 5
Views: 2760

Thank you very much! I got AC!
by donatello
Tue Mar 07, 2006 3:10 pm
Forum: C++
Topic: Compile error help again!
Replies: 5
Views: 2760

Compile error help again!

Please see and tell me my compile error:

Code: Select all

//snip

Go to advanced search