Skip to content

Improve best-case complexity of nondominated for 2D and 3D #32

Description

@MLopez-Ibanez

The current algorithm always calls qsort() which requires $$\Omega(n\log n)$$ even when the first point dominates the rest. It should be possible to implement a natural merge sort that removes dominated points as it sorts and that has $$\Omega(n)$$ . See tommyod/paretoset#50 for more details.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions