_thor__'s blog

By _thor__, history, 8 months ago, In English

Members of PyC, The Official Coding Club of IIIT Bhagalpur, are glad to announce Codeloop, a coding Contest based on a format guaranteed to give you Head Scratches along with Adrenaline pumps as you get going.

  1. There will be an online preliminary round held on CodeChef, from which the top 16 participants will be invited to participate at IIIT Bhagalpur to participate in the subsequent rounds.
  2. The on-site round is described subsequently.
  3. Participants will be called Iterators and each round will be called an Iteration.
  4. Each Iterator will initially point to the leaf nodes of a complete binary tree of height five. The goal of every iterator is to reach the root node.
  5. In every iteration, the iterator will be matched up against another iterator and both will be challenged against five questions of set difficulty level picked up randomly.
  6. Only one iterator can score for a given problem. Whichever iterator submits the correct solution will score points for the problem. At the end of each iteration, the iterator with more points advances toward the root node, and the other iterator will break out of the loop.

The prize pool for the event: INR 50,000 + Merchandise

  • 1st Prize — 16,000
  • 2nd Prize — 11,000
  • 3rd Prize – 6,000
  • 4th Prize – 5,000
  • 5th Prize – 5,000
  • 6th Prize – 5,000
  • 7th Prize – 5,000
  • 8th Prize – 5,000

Register Here For the Event.

We would Like to Thank our Army of Problem Setters and Testers, _thor__, assassin__cr, sv1234, Asad_27, akanksha984, sasti_monjulika_oo, coding_monk070

For more details contact: -

Event Head -

  • Samridha Kumar vyas [6376001668 ]

Event Manager -

  • Akanksha Chaurasia [7985088806]
  • Tanmay Tripathi [9868585269]
  • Sonam [7818854677]

We suggest Reading all of the Problems and we hope you find them Interesting.

Good Luck

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

»
8 months ago, # |
  Vote: I like it +4 Vote: I do not like it

Super Excited!! :)

»
8 months ago, # |
  Vote: I like it +2 Vote: I do not like it

As a setter, I can say problems are super fun !!

All the best to everyone :)

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

All the best everyone ✨

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Excited

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Any idea about the dates for the offline contest?

  • »
    »
    8 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    24-26 November

    • »
      »
      »
      8 months ago, # ^ |
        Vote: I like it +6 Vote: I do not like it

      Clashes with the ICPC prelims.

      • »
        »
        »
        »
        8 months ago, # ^ |
        Rev. 2   Vote: I like it +3 Vote: I do not like it

        We understand the situation and will try to wrap up the offline round on the 24th so that you can participate in the ICPC on the 26th evening.

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Will you provide sponsorship for travelling?

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

super excited! to participate

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Excited to participate!!

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Does the email we need to enter has to be the same as the email id with which the account is created?

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Excited

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

All the best everyone!!

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Excited:)

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

wow !! truly exited for the event .

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Excited

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

excited!!

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Excited to participate!!

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

excited!!!

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Cfbr

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Thrillseeker

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Excited!

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Excited to participate:)

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Super excited!!! Let's see how many green ticks ✅ you'll get✨

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Excited!!

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Can you please confirm whether in Problem https://www.codechef.com/COLO2023/problems/COL04?tab=statement (mess service) cycle can be there or not?

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

exited to be a part of it

»
8 months ago, # |
Rev. 3   Vote: I like it 0 Vote: I do not like it

In problem mess service, How do you optimize the Dijsktra transition from [u][p] -> [v][p']. I could not figure out anything except from O(p^2)?

»
8 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Hello, the contest has ended. How will the top 16 be notified and by when that they got selected and with the details of the offline event.

Thank you.

  • »
    »
    8 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    First of all congratulations for being in top 16 !! We will get in touch with you asap and other details will be notified thereafter. Thank you

»
8 months ago, # |
  Vote: I like it +12 Vote: I do not like it

such a dumb round just googled the 3rd and 4th problem 3)https://codeforces.com/contest/1747/problem/D 4)https://cses.fi/problemset/task/2121

  • »
    »
    8 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    How to solve "mess service" problem. I found only 1 code on GitHub which included flows.