The TopCoder Open 2013 starts this saturday february 23, sponsored by Google.
For more info visit http://community.topcoder.com/tco13/algorithm/
To register visit http://community.topcoder.com/tco13/
See you on the arena. Good luck!
EDIT: The registration is now closed, as it will take only the first 2000 contestants registered for each qualification round.
EDIT: The times are now available to everyone in each timezone.
For more info about the dates and times of the event, visit http://community.topcoder.com/tco13/algorithm/algorithm-schedule/
Time at your timezone is not given anywhere. You can get it here
Oh yeah, thank you sir! All the times in the contest website are in UTC-5. Your link is very helpful, maybe you cand add some more for the other rounds.
Link (not actual after edit)
I tried to register, and it says that I already have, but I don't remember having done the registration. Is there anyway to check the list of registered people?
http://community.topcoder.com/tco13/overview/overview-registrants/
When Can I register in the arena for round 1A?
Registeration in the arena starts 3 hours before the contest
Should we have used min-cost-max-flow in 1000?
same here: does it work? We need exactly one outgoing and one incoming edge for every vertix.
Well, really we have an assignment problem: for each cell we put a vertex to the first part and to the second part, and our edges will be the adjacency relation between neighbours (we put exactly 4 edges from each vertex of the first part). Their weight will be obviously 0 for the edge, which follows the direction of the arrow, and 1 (for all other edges).
Yeap=)