Search found 38 matches
- Sat Aug 13, 2005 4:27 pm
- Forum: Algorithms
- Topic: IOI'05 electronic online contest
- Replies: 3
- Views: 1623
- Sat Aug 13, 2005 12:53 pm
- Forum: Algorithms
- Topic: IOI'05 electronic online contest
- Replies: 3
- Views: 1623
IOI'05 electronic online contest
This year's International Olympiad in Informatics will be accompanied by an Online Contest hosted at http://sio.mimuw.edu.pl/ioi2005/ .
Posted tasks will be exactly the ones used during the real competition and will be graded using the same test data.
Everybody is welcome to participate. Please ...
Posted tasks will be exactly the ones used during the real competition and will be graded using the same test data.
Everybody is welcome to participate. Please ...
- Fri Sep 24, 2004 6:05 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10049 - Self-describing Sequence
- Replies: 33
- Views: 18045
- Tue Jul 06, 2004 11:23 am
- Forum: Volume 5 (500-599)
- Topic: 517 - Word
- Replies: 13
- Views: 8149
- Tue Jul 06, 2004 11:21 am
- Forum: Volume 5 (500-599)
- Topic: 517 - Word
- Replies: 13
- Views: 8149
- Tue Jul 06, 2004 11:18 am
- Forum: Volume 5 (500-599)
- Topic: 517 - Word
- Replies: 13
- Views: 8149
Re: 517 Word
shamim wrote: could someone give me a few more test cases.
Thanks.
Code: Select all
16
aabaabbaababbbba
aaab
aaba
abab
abba
baaa
babb
bbab
bbba
2000000000
Code: Select all
aabbbbbbabbbbbbb
- Sun Jan 04, 2004 5:04 pm
- Forum: Volume 2 (200-299)
- Topic: 274 - Cat and Mouse
- Replies: 16
- Views: 3955
- Sat Dec 27, 2003 1:08 am
- Forum: Volume 1 (100-199)
- Topic: 193 - Graph Coloring
- Replies: 93
- Views: 36404
Re: 193 Graph coloring algo
okay I have no idea about NP-complete problems nor any algo to solve them. Can anyone share something to help me especially on this problem?
Is there any way besides backtracking? thx!!
In this problem you should write some "simulation" algorithm. Simply write a program that randomly choose ...
Is there any way besides backtracking? thx!!
In this problem you should write some "simulation" algorithm. Simply write a program that randomly choose ...
- Sat Dec 27, 2003 12:49 am
- Forum: Volume 1 (100-199)
- Topic: 103 - Stacking Boxes
- Replies: 200
- Views: 50217
Re: 103: wrong answer? *frustrated*
In this problem I've made a graph (edge A->B if A nests in B) and then used graph search in topological order (I think it's a bit DP solution).seg10 wrote:I have what I believe is a DP solution to the problem.
- Tue Dec 23, 2003 11:50 pm
- Forum: Volume 7 (700-799)
- Topic: 756 - Biorhythms
- Replies: 32
- Views: 13706
Re: 756 Biorythms Pascal
It's a multiple input problem.WR wrote:The program reproduces all output as it should be, following the posts.
Nevertheless I still get WA.
- Thu Nov 13, 2003 1:34 am
- Forum: Other words
- Topic: Newcomer problems
- Replies: 15
- Views: 17421
- Sun Nov 02, 2003 9:29 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10226 - Hardwood Species
- Replies: 121
- Views: 55980
Re: Same is the case with me
I also got TLE when using <string>. After changing strings to char* I got Acc in 6 sec. And I had my own hash table.ram wrote:I also used STL for solving this problem. But getting a TLE. Is anything wrong with the input or our algo?
- Thu Oct 16, 2003 9:23 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10573 - Geometry Paradox
- Replies: 33
- Views: 16898
- Thu Oct 16, 2003 11:38 am
- Forum: Volume 105 (10500-10599)
- Topic: 10573 - Geometry Paradox
- Replies: 33
- Views: 16898
- Mon Oct 13, 2003 9:28 am
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 116193