
Search found 3 matches
- Fri Sep 13, 2013 7:22 am
- Forum: ACM ICPC Archive Board
- Topic: LA-2894 Strange Research
- Replies: 6
- Views: 5612
Re: LA-2894 Strange Research
@brianfry713: Thanks! I wasn't considering repeated words. Struggled with it for some time 

- Fri Sep 13, 2013 7:19 am
- Forum: Volume 3 (300-399)
- Topic: 315 - Network
- Replies: 68
- Views: 33344
Re: 315 Network
Just got AC. There are no disconnected graphs in the input as the problem statement says.
From each place it is possible to reach through lines every other place, however it need not be a direct connection, it can go through several exchanges.
Turn off and DFS approach works, however I used ...
From each place it is possible to reach through lines every other place, however it need not be a direct connection, it can go through several exchanges.
Turn off and DFS approach works, however I used ...
- Tue Aug 20, 2013 4:53 am
- Forum: ACM ICPC Archive Board
- Topic: LA-2894 Strange Research
- Replies: 6
- Views: 5612
Re: LA-2894 Strange Research
Could you please post some test data? I've been trying to solve this problem for days with no luck
(I know this is a really old thread, I just hope someone reads this)
