swift-algorithm-club icon indicating copy to clipboard operation
swift-algorithm-club copied to clipboard

add Flood Fill Algorithm

Open KhaledElshamy opened this issue 5 years ago • 4 comments

Checklist

Description

add Flood Fill Algorithm using Swift language

KhaledElshamy avatar Feb 10 '20 11:02 KhaledElshamy

@KhaledElshamy thanks for the submission! Flood Fill looks like a fun algorithm to add to the repo.

The code is good, however I think the readme could use another pass. Could you update it to provide more context/description around the problem the algorithm solves?

A good algorithm in the repo to model the readme off of is Linked List

Let me know if you have any questions!

richard-ash avatar Aug 29 '20 21:08 richard-ash

Thanks Richard, Yes I'll update the readme to provide more description around the problem the algorithm solves.

KhaledElshamy avatar Aug 30 '20 21:08 KhaledElshamy

@richard-ash I've updated the README.

KhaledElshamy avatar Aug 31 '20 16:08 KhaledElshamy

@richard-ash Is there any problem in the algorithm to be accepted?

KhaledElshamy avatar Feb 19 '22 16:02 KhaledElshamy