Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flood fill in C# #1011

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Aug 18, 2023

  1. Flood fill in C#

    DimYfantidis committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1cc3119 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    466ad37 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Refactored Code and Markdown

    * Removed `Point2I.Equals()`
    * Removed `Point2I.GetHashCode()`.
    * Optimized/Shortened `FloatListEqualityComparer.Equals()`
    * Optimized/Shortened `InBounds()`
    * Optimized `FindNeighbors()` (moved `size` out of loop).
    * Refactored `flood_fill.md` to fit the changes.
    DimYfantidis committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    607e1f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8afaf73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd16e72 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    49c96b8 View commit details
    Browse the repository at this point in the history