Блог пользователя cjchirag7

Автор cjchirag7, 6 лет назад, По-английски

Here, we present you the Editorial for the Virtual Farewell IIT (ISM). I hope you enjoyed the contest !!

A. Farewell or Best Wishes

Author : chefpr7

Tutorial
Solution

B. Amber Kand

Author : thenainesh

Tutorial
Solution

C. Matiyao Be Mid Sem hee toh hai

Author : Sanket_17

Tutorial
Solution

D. Best Wishes !!

Author : cjchirag7

Tutorial
Solution

E. Dictator's plan for Valentine's day!

Author : will.earn.you

Tutorial
Solution

F. Basant and the Master Plan

Author : Hypnos

Tutorial
Solution

G. Secret Society and a Certain Someone

Author : rath772k

Tutorial
Solution

H. Ye Wali Meri Hai!!

Author : ujju_sucks

Tutorial
Solution

I. Treat To Banta Hai

Author : Its_Easy

Tutorial
Solution

J. RD Bhaiya and his new token system

Author : cjchirag7

Tutorial
Solution

Feedbacks are welcome !

Разбор задач IIT(ISM) Virtual Farewell
  • Проголосовать: нравится
  • +48
  • Проголосовать: не нравится

»
6 лет назад, скрыть # |
Rev. 2  
Проголосовать: нравится 0 Проголосовать: не нравится

Good Problems! Fast editorial! :) The problem statements could have been more brief and concise.

»
6 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

That was a good problem-set, kudos! Although problem statements could have been more lucid. Thanks for keeping this open to all!

»
6 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Great Use of luckiness factor in problem E

»
6 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

nice contest.

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +80 Проголосовать: не нравится

Shitty contest, long and boring problem statements, non original ideas.

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +4 Проголосовать: не нравится

great contest!!! but problem statements are too lengthy!!!

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +6 Проголосовать: не нравится

can we solve D using BFS traversal,i am not getting it...help!!!

»
6 лет назад, скрыть # |
Rev. 2  
Проголосовать: нравится +1 Проголосовать: не нравится

Questions were great in the contest. Took me 1.5 hrs for first AC. I enjoyed it a lot. Thanks to problem setters and editorialists :)

»
6 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

A much better implementation (as compared to the editorial's solution) of problem H :

Spoiler
  • »
    »
    6 лет назад, скрыть # ^ |
     
    Проголосовать: нравится -6 Проголосовать: не нравится

    I did it using sparse table for querying max in O(1).

    Code
  • »
    »
    6 лет назад, скрыть # ^ |
     
    Проголосовать: нравится -7 Проголосовать: не нравится

    Ya I get that!! I just wanted to introduce the method of conversion of a tree into a tree array using this implementation..