We invite you to participate in CodeChef’s Starters 29, in collaboration with Neuromancers, IIT-BBS, this Wednesday, 9th March, rated for Div 2, 3 & 4 Coders.
Time: 8 PM — 11:00 PM IST
Joining me on the problem setting panel are:
Setters and Editorialists: Arpit Kesharwani ak82, Agamya Yadav Sky_Warrior, Akshat Gupta gakshat468, Sarthak Gupta sg0071729
Tester: Anshu Garg CoderAnshu
Statement Verifier: Kanhaiya Mohan notsoloud1
Contest Admin: Nishant Shah nishant403
Neuromancers is the Programming Society of IIT Bhubaneswar and is proud to present CodeChef Starters 29. With an interesting problem set lined up, we promise to provide you with a challenge!
The video editorials of the problems will be available on our YouTube channel as soon as the contest ends. Subscribe to get notifications about our new editorials.
Also, if you have some original and engaging problem ideas, and you’re interested in them being used in CodeChef's contests, you can share them here.
Hope to see you participating. Good Luck!
There's Topcoder happening at the same time, you guys should sync, https://codeforces.net/blog/entry/100704
no
Ok thanks I thought they should sync.
Reminder: Contest starts in 2 hours!
Reminder 2: 20 minutes to go
Now that the contest is over, I want to point out a huge flaw: Problem Max Heat (COST_MANIA) is same as 1554B Cobb with OR operation being changed to XOR operation and a simple check for A[i] <= j.
Sorry, this was unexpected and unknown to us. I couldn't find this problem while searching for it, otherwise this wont be there.
Don't be sorry. This problem helped me to become 5* on CodeChef.(◠‿◕)
i got the idea from that problem too :v
In Decomposition Reaction Problem my approach of bfs on directed graph was giving me wrong answer can someone explain why ? Update: Solved with little tweak in my algorithm
Think of a graph like this 1->2 4->3 3->2 2->5.
Thanks a lot ...got an AC with little tweak in my algorithm .
My code
Congratulations. You just used Kahn's Algorithm for topological sorting.