ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1099. Work Scheduling

Show all messages Hide all messages

Acc (+) Petar Zhivkov Petrov 21 Sep 2002 20:10
 I got accepted, but I'm sure there exists a test, which my solution
will fail to solve. My solution is nothing but hungarian algo (
bipartite version ), but it passes the tests because of some greedies
assisting with it. It would be nice to code the real algo some day (
it seems pretty sophisticated :).

 pesho
>  I got accepted, but I'm sure there exists a test, which my
solution
> will fail to solve. My solution is nothing but hungarian algo (
> bipartite version ), but it passes the tests because of some
greedies
> assisting with it. It would be nice to code the real algo some day
(
> it seems pretty sophisticated :).
>
>  pesho