Search found 2 matches

by dnr2
Mon Dec 15, 2014 7:42 am
Forum: Volume 119 (11900-11999)
Topic: 11907 - Collision of Bacteria
Replies: 1
Views: 3336

Re: 11907 - Collision of Bacteria

This problems has a weird IO in terms of precision. I also did a binary search and tested if each triangles intersected, but I also added to the solution a small amount like 1e-6. There are cases where you find something like 3.5004999999 and when you round the number you get 3.500, but the actual J...
by dnr2
Tue Oct 23, 2012 4:10 pm
Forum: Volume 114 (11400-11499)
Topic: 11464 - Even Parity
Replies: 6
Views: 6625

Re: 11464 - Even Parity

You can reduce the brute force to test all zeros only in the first row, all remaining cells will be automatically determined ( try to think why… ).

Go to advanced search