Skip to content

Bug in FloodFill algorithm #88

@dk2k

Description

@dk2k

Line 62 should be
if (x < 0 || y < 0 || x >= picture.length || y >= picture[x].length) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions