Finding_Infinity's blog

By Finding_Infinity, history, 4 years ago, In English

Given an interval [L, R]. Given an array of intervals in the form of Li and Ri. How many minimum intervals required to cover the range [L, R]? Intervals can overlap with each other. L>=1 && R<=1e5 Li>=1 && Ri<=1e5 The size of the array <= 1e5

Full text and comments »

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

By Finding_Infinity, history, 5 years ago, In English

Can anyone explain me the solution to this problem of Codechef?? Link:-https://www.codechef.com/COHA2019/problems/BULLETS

Full text and comments »

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