OpenGenus/cosmos

Add union of rectangles

Open

#1.776 aberto em 17 de out. de 2017

Ver no GitHub
 (1 comment) (1 reaction) (0 assignees)C++ (3.724 forks)batch import
Hacktoberfestadd codenew algorithm

Métricas do repositório

Stars
 (13.462 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Given rectangles with heights and start and end points, find their union. Will add a sweep algorithm based approach in cpp by today evening.

PS they all share one axis i.e stacked along the x axis for e.g..

Guia do colaborador