-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
Both the CPP and Go versions of CellUnionFromIntersection
state that the intersection algo produces a result that is in sorted order.
The go code calls cu.Normalize()
anyway, what is the purpose of this?
Lines 107 to 108 in 6adc566
// The output is generated in sorted order. | |
cu.Normalize() |
The CPP code doesn't call normalize:
Metadata
Metadata
Assignees
Labels
No labels