deepak2015's blog

By deepak2015, 9 years ago, In English

As always, the long contests will start on first Friday of every month and last for 10 days. This ensures that two weekends are covered.

The July 2015 Algorithm Challenge will be taking place on http://www.codechef.com/JULY15.

Here are the details:

Date: 3rd July 2015 to 13th July 2015

Duration: 10 days

Problems: 9 binary problems of varying difficulty levels + 1 challenge problem.

Problem Setters:

Problem Tester:

Mugurel Ionut Andreica (mugurelionut)

Editorialist:

Lalit Kundu (darkshadows)

Russian Translator:

Sergey Kulik (CherryTree)

Mandarin Translator:

Gedi Zheng (gediiiiiii)

Contest Admin:

Praveen Dhinwa (PraveenDhinwa)

It promises to deliver on an interesting set of algorithmic problems with prizes up for grabs. The contest is open for all and those, who are interested, are requested to register in order to participate.

Check out the local time in your City/Time Zone here.

Good Luck! Hope to see you all on the scoreboard.

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

»
9 years ago, # |
  Vote: I like it +4 Vote: I do not like it

Looks like people are loosing their handles a lot :P

»
9 years ago, # |
  Vote: I like it +36 Vote: I do not like it

mugurelionut becomes a Problem Tester.

Is he finally fed up with competing with North Korean cheaters? =)

  • »
    »
    9 years ago, # ^ |
      Vote: I like it +24 Vote: I do not like it

    He's also a setter, of the challenge problem. So he did compete on the challenge problem, in a sense.

    I'm imagining the checker of the challege problem to contain something like "IF COUNTRY == NK && TESTING == FINAL: BAN"

  • »
    »
    9 years ago, # ^ |
      Vote: I like it +16 Vote: I do not like it

    may be they cheat because they get jailed/executed if they don't do well in contests :P

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

Vasia Antoniuk has codeforces handle!!
http://codeforces.com/profile/Antoniuk
UPD: He is last problem setter

»
9 years ago, # |
  Vote: I like it +1 Vote: I do not like it

I can only see 8 problems, but from this post there are 10 of them. Where are the last 2 problems?

  • »
    »
    9 years ago, # ^ |
      Vote: I like it +14 Vote: I do not like it

    They do this sometimes. Probably will add the last 2 problems in 1-2 days.

  • »
    »
    9 years ago, # ^ |
      Vote: I like it +13 Vote: I do not like it

    Sometime they add more problems as the contest progress :)

  • »
    »
    9 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    One of them had a mistake, found a day before the contest, so it got delayed; it looks like it could be up today or tomorrow. The other... well, let's hope it will get added.

    So far, you can focus on solving my problem :D

  • »
    »
    9 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    One problem has been added

»
9 years ago, # |
  Vote: I like it 0 Vote: I do not like it

I am struggling with this solution for Rohith and Circles problem. Particularly, I do not understand where the line yl=(.25*((1.0/r4)-(1.0/r3)))-rs; comes from. (This is the y-coordinate of leftmost circle after transformation).

Maybe someone can help me to figure out this? Thanks.