hmehta's blog

By hmehta, history, 8 years ago, In English

Topcoder SRM 733 is scheduled to start at 12:00 UTC -4, April 14, 2018.

Featured Problem Writer: ltdtl Update: Match Editorials: https://www.topcoder.com/blog/single-round-match-733-editorials/

SRM 733 will give you a chance to move up the ranks to get an automatic qualification to Round 2 of TCO18 Algorithm Track.

You will be able to register for the SRM in the Arena or Applet 4 hours prior to the start of the match. Registration closes 5 minutes before the match begins, so make sure that you are all ready to go.

Don’t know how to compete in Topcoder SRMs?

Check out this guide to know how to compete in an SRM.

You can compete using:

  • Topcoder Web Arena(Beta) — Please watch this video for step by step guide.

  • Topcoder Java Applet — You can refer to this guide here to set up the applet. (Note that those who have Java 8 installed on their machine will see a security issue — You will have to add Topcoder in security exceptions in Java Control Panel. Please refer to the details in the guide here)

All the best!

  • Vote: I like it
  • +51
  • Vote: I do not like it

| Write comment?
»
8 years ago, hide # |
 
Vote: I like it +13 Vote: I do not like it

Why don't you tell the problem setter of this match?

»
8 years ago, hide # |
 
Vote: I like it +11 Vote: I do not like it

Reminder: The match begins in 3 hours

»
8 years ago, hide # |
Rev. 2  
Vote: I like it +3 Vote: I do not like it

Thanks for Participating! Here are the Match Editorials https://www.topcoder.com/blog/single-round-match-733-editorials/

»
8 years ago, hide # |
 
Vote: I like it +13 Vote: I do not like it

1000 div1: google [hamiltonian cycle in a tournament graph], or just go directly to [Wikipedia](https://en.wikipedia.org/wiki/Tournament_(graph_theory)).

It's not nice giving problems like "implement something written in the internet" for an online contest... (and yes, I didn't manage to implement it correctly — but this is a different question, problems should be about ideas, not about googling and implementing).

»
8 years ago, hide # |
 
Vote: I like it +16 Vote: I do not like it

Feels bad when the last time me passing the system test is like a year ago lol(and it was in div2).

»
8 years ago, hide # |
 
Vote: I like it +26 Vote: I do not like it

Div1 250 editorial solution doesn't even pass systest due to precision errors