/minichallenge-flood-fill-node

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Minichallenge Flood Fill

This is Node code for the Flood Fill minichallenge.

solution.js has a buggy implementation of the Flood Fill problem. Identify and fix all the defects.

Running

  • To install dependencies npm install
  • To run the unit tests npm test