https://github.com/daern91/paint_bucket_fill
Simple paint algorithm for bucket fill function (flood fill) in Ruby
https://github.com/daern91/paint_bucket_fill
algorithm bucket-fill challenge floodfill paint ruby
Last synced: 3 months ago
JSON representation
Simple paint algorithm for bucket fill function (flood fill) in Ruby
- Host: GitHub
- URL: https://github.com/daern91/paint_bucket_fill
- Owner: daern91
- Created: 2017-10-12T05:41:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T06:54:45.000Z (over 7 years ago)
- Last Synced: 2025-01-07T14:24:33.626Z (5 months ago)
- Topics: algorithm, bucket-fill, challenge, floodfill, paint, ruby
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paint Bucket Filler
This Paint class includes a simple method bucket filling.
Download the files and run the spec file for testing.
Confirmed working in:
* Ruby 2.4.1
* RSpec 3.6* Type 'rspec paint_spec.rb' to run tests in your terminal.