Search found 11 matches
- Tue Jan 08, 2002 8:55 pm
- Forum: Volume 1 (100-199)
- Topic: 134 - Loglan-A Logical Language
- Replies: 45
- Views: 8839
We are getting time limit exceeded to this one. we reduced the sentences down to 12 basic types and if the sentence give is not one of these types then we do not accept it. We tried different test cases and it worked with all of them. I am wondering can a sentence contains capitals in it ( but even ...
- Tue Jan 08, 2002 8:55 pm
- Forum: Volume 1 (100-199)
- Topic: 134 - Loglan-A Logical Language
- Replies: 45
- Views: 8839
We are getting time limit exceeded to this one. we reduced the sentences down to 12 basic types and if the sentence give is not one of these types then we do not accept it. We tried different test cases and it worked with all of them. I am wondering can a sentence contains capitals in it ( but even ...
- Tue Jan 08, 2002 10:02 am
- Forum: Volume 1 (100-199)
- Topic: 119 - Greedy Gift Givers
- Replies: 145
- Views: 47206
- Tue Jan 08, 2002 9:56 am
- Forum: Volume 1 (100-199)
- Topic: 126 - The Errant Physicist
- Replies: 25
- Views: 12346
- Wed Dec 26, 2001 8:24 pm
- Forum: Volume 1 (100-199)
- Topic: 106 - Fermat vs. Pythagoras
- Replies: 138
- Views: 30272
- Tue Dec 25, 2001 7:56 pm
- Forum: Volume 1 (100-199)
- Topic: 104 - Arbitrage
- Replies: 223
- Views: 37165
Agian, works with the sample input but when we send it the reply is a wron answer. We use a backtracking algorithm to check all the possible outcomes. First we check if there is a profit in two steps. If there is we find the max profit in two steps and output it. If there is not then we check if ...
- Sun Dec 23, 2001 11:16 pm
- Forum: Volume 2 (200-299)
- Topic: 221 - Urban Elevations
- Replies: 10
- Views: 3656
It works with the sample input but the judges do not think we solved it. Here is how our algorithm works: We divide the city into strips from west to east. In order to do that we put the beginning and the end of each building into an array of doubles called R[] and after that we sort R. Thus any two ...
- Sun Dec 23, 2001 11:07 pm
- Forum: Volume 2 (200-299)
- Topic: 222 - Budget Travel
- Replies: 17
- Views: 8855
- Thu Dec 20, 2001 5:18 am
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 116194
- Sun Dec 02, 2001 2:14 pm
- Forum: Volume 1 (100-199)
- Topic: 111 - History Grading
- Replies: 135
- Views: 37005
- Sun Nov 18, 2001 12:28 am
- Forum: Volume 2 (200-299)
- Topic: 253 - Cube painting
- Replies: 28
- Views: 17239