can u explain it in more detail, I can't see it ?little joey wrote:Thanks Per for the hint. It's brilliant. Continueing in that line of thought, I even found an O(N) algorithm, so I finaly solved this problem (in a quite reasonable time).
Search found 8 matches
- Tue Nov 09, 2004 3:01 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10089 - Repackaging
- Replies: 41
- Views: 15598
- Tue Oct 05, 2004 2:52 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10085 - The most distant state
- Replies: 10
- Views: 3576
- Fri Sep 17, 2004 7:06 am
- Forum: Volume 105 (10500-10599)
- Topic: 10576 - Y2K Accounting Bug
- Replies: 11
- Views: 6471
- Sat Sep 04, 2004 7:31 am
- Forum: Volume 103 (10300-10399)
- Topic: 10381 - The Rock
- Replies: 8
- Views: 4079
can somebody give me the results for the following test cases 10 20 40 ........................................ ........................................ ........................................ ........................................ .............###.#.#.#.................. ............#...#.#...#....
- Thu Sep 02, 2004 2:38 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10410 - Tree Reconstruction
- Replies: 13
- Views: 9551
- Sun Aug 22, 2004 3:29 am
- Forum: Volume 106 (10600-10699)
- Topic: 10644 - Floor Tiles
- Replies: 25
- Views: 11851
Although I finally got it AC I still dont know how did anyone find out that a 5x9 rectangle was possible. (please dont tell me you have tried all possibilities :). Anyone can help me out here? you need not try to find out all possiblitys if you use backtrack algorithm and run it in your brain it wi...
- Tue May 11, 2004 4:55 am
- Forum: Volume 1 (100-199)
- Topic: 143 - Orchard Trees
- Replies: 90
- Views: 15204
- Mon May 10, 2004 8:24 am
- Forum: Volume 1 (100-199)
- Topic: 143 - Orchard Trees
- Replies: 90
- Views: 15204
143 Orchard Trees WA //PLEASE HELP ME
I got a programme of this prob. which has been ACed from other posts and randomly generated 10000 testdata then I got the output of the two programs(mine and that one) there are only one difference between the two but after I changed that program (change eps from 1e-9 to 1e-8 ) there are no differen...