SRM 813
Topcoder SRM 813 is scheduled to start at 11:00 UTC-4 on Sept 17, 2021.
Registration is now open for the SRM in the Arena or Applet and closes at 10:55 UTC-4. The coding phase will start at 11:05 UTC-4, so make sure that you are all ready to go. Click here to what time it starts in your area.
Please take a look at our How to Compete guide to understand Topcoder Algorithm rounds better.
Some Important Links:: Match Results (match results, rating changes, challenges, individual test case results), Problem Archive, Problem Writing, Algorithm Rankings, Editorials and Older Editorials(SRM 710 and before),
Best of luck!
- The Topcoder Team
Comments
Now that SRM813 is behind us, I have a question about a particular DivII problem call LightBulbRow.
The editorial on SRM813, by its author @misof, is here.
I am interested in how I might find an optimal solution to this problem: that is, how to find the sequence that solve the problem in the fewest possible moves. All I can think of is exhaustive search...hence my post here.
Any thoughts? Thanks in advance!