Skip to content

Reverse Coloring Algorithm #4

@JaredCrean2

Description

@JaredCrean2

The current coloring algorithm always assigns the current element to the lowest possible color, leading to a situation where the last element usually needs to create a new color because all its neighbors already use the existing color. So the question becomes: is there some method or heuristic that would avoid this?

Possibly assigning elements to the largest existing color, rather the smallest would fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions