...

/

Number of Flowers in Full Bloom

Number of Flowers in Full Bloom

Try to solve the Number of Flowers in Full Bloom problem.

Statement

You are given a 0-indexed 2D integer array, flowers, where each element flowers[i] =[starti,endi]= [start_i, end_i] represents the time interval during which the ithi^{th} flower is in full bloom (inclusive).

You are also given a 0-indexed integer array, people, of size ...