issues
search
jilljenn
/
tryalgo
Algorithms and data structures for preparing programming competitions: basic and advanced
https://tryalgo.org
MIT License
371
stars
106
forks
source link
Add several implementations of union of rectangles
#53
Closed
jilljenn
closed
5 years ago
jilljenn
commented
5 years ago
Naive O(n³)
I added the O(n² log n) version because I think it is easier to explain.
O(n²)