An open API service indexing awesome lists of open source software.

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

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.