cjchirag7's blog

By cjchirag7, 6 years ago, In English

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 !

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

»
6 years ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

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

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

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

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

Great Use of luckiness factor in problem E

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

nice contest.

»
6 years ago, hide # |
 
Vote: I like it +80 Vote: I do not like it

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

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

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

»
6 years ago, hide # |
 
Vote: I like it +6 Vote: I do not like it

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

»
6 years ago, hide # |
Rev. 2  
Vote: I like it +1 Vote: I do not like it

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 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

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

Spoiler
  • »
    »
    6 years ago, hide # ^ |
     
    Vote: I like it -6 Vote: I do not like it

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

    Code
  • »
    »
    6 years ago, hide # ^ |
     
    Vote: I like it -7 Vote: I do not like it

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

    • »
      »
      »
      6 years ago, hide # ^ |
       
      Vote: I like it -6 Vote: I do not like it

      My only motive is just to provide easy to understand elegant code for the readers who want to understand how it works.