Skip to content

Latest commit

 

History

History

19

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Questions

Question 01

Find the number of rectangles that covers each point?

Solution

Solution involves using Sweep Line Algorithm along with segment tree of count.