Qualtrics Interview Question

given a 2D array that simulates MS paint bucket, write a method which will 'fill' in the image 'drawn' in the 2D array. ex: 22222222 33333322 32222322 33333322

Interview Answer

Anonymous

Feb 15, 2020

recursion w/ the use of back tracking.