Hi!
I came across a bit difficult problem which I cannot cope with.
It says that in input there are two sets of points on plane (coordinates are given). The task is to assign points from one set to the points from another set in a way that no segment made form two points will intersect
Has anybody ...
Search found 5 matches
- Mon May 22, 2006 9:32 am
- Forum: Algorithms
- Topic: Algorithm needed ;-)
- Replies: 2
- Views: 1690
- Sun Mar 12, 2006 3:21 pm
- Forum: Algorithms
- Topic: Bignum arithmetic
- Replies: 9
- Views: 3164
- Sat Mar 11, 2006 11:05 pm
- Forum: Algorithms
- Topic: Bignum arithmetic
- Replies: 9
- Views: 3164
- Fri Mar 10, 2006 9:03 pm
- Forum: Algorithms
- Topic: Bignum arithmetic
- Replies: 9
- Views: 3164
- Fri Mar 10, 2006 2:03 am
- Forum: Algorithms
- Topic: Bignum arithmetic
- Replies: 9
- Views: 3164
Bignum arithmetic
Hi!
I'm facing up a bignum problems right now. I tried to write substraction, addition, multiplication and division on bignums. However, coding multiplication and division took me too long and I'm not still able to write it. Substraction and addition with carry operations can be easily written.
So ...
I'm facing up a bignum problems right now. I tried to write substraction, addition, multiplication and division on bignums. However, coding multiplication and division took me too long and I'm not still able to write it. Substraction and addition with carry operations can be easily written.
So ...