When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

Ajax's blog

By Ajax, history, 4 years ago, In English

Hello everyone!

I am super excited to bring to you this year's edition of ATMOS CodeDash.

CodeDash is BITS — Pilani, Hyderabad Campus' premier annual competitive programming competition. With participation rapidly increasing every year, it is becoming one of India's most popular university level coding competitions. It is organized by our university's programming club, Crux. You can find more about Crux here.

The contest will be hosted on CodeChef on this link: Contest Link

You will be given 2.5 hours to solve 6 problems. The contest will be a standard ICPC style contest with no freeze period.

Day and Date: Sunday, 13th October, 2019

Time(UTC): 11:30 — 14:00
Time(IST): 17:00 — 19:30

There are prizes worth INR 40000 for top 3 Indian participants. The distribution is as follows:

1st prize — INR 20k
2nd prize — INR 13k
3rd prize — INR 7k

I would like to thank everyone involved in the problem setting and testing process, as well as CodeChef for providing us the platform to host our contest. The problems have been created by me Ajax, Raghu150999, wreck_count, PyAlpha, z3r0dmg and 8.30662. The problems have been tested by kazuki08, Nikhil_Medam, ExplodingFreeze, Arcane and kklash.

More about ATMOS:

ATMOS is BITS — Pilani, Hyderabad Campus' annual technical fest. It is one of the biggest Hyderabad's university technical fests over the year. It will take place from 18th October — 20th October this year. You can learn about more events at ATMOS at ATMOS' Official Website.

GLHF!

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

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

On codechef it says, the contest starts at 2pm IST, but here it is 5pm IST. can you clarify, which one is correct?

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

    Thanks for notifying. The issue is now fixed :)

»
4 years ago, # |
  Vote: I like it -17 Vote: I do not like it

Will it be rated?

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

    No this contest will be unrated.

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

What is the distribution of INR 40000 among top 3?

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

    It's been updated on the contest landing page now. :)

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

Amazing! Looking forward to a great problemset.

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

Can someone tell me how to solve CHJERRY

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

    Bellman Ford.

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

    You can also do improvised 0-1-2-3 BFS to solve it in O(N). Here is my solution with dijkstra in O(nlogn) with the same idea. code

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

      Can you share the approach for CHACAND. I can see people using fft, can you explain the logic behind fft in this problem?

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

Editorial pls. at least for the last two problems.

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

    We will try to release the editorial within this week.

    • »
      »
      »
      4 years ago, # ^ |
      Rev. 2   Vote: I like it +4 Vote: I do not like it

      Will editorial be posted or not? It's more than 2 months since the contest has ended.