mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-11 22:22:21 +08:00
Make code more idiomatic (#4249)
This commit is contained in:

committed by
GitHub

parent
b1ba262b64
commit
1afc4cc319
@ -2,7 +2,7 @@ package com.thealgorithms.backtracking;
|
||||
|
||||
/**
|
||||
* Java program for Flood fill algorithm.
|
||||
* @author Akshay Dubey (https://github.com/itsAkshayDubey)
|
||||
* @author Akshay Dubey (<a href="https://github.com/itsAkshayDubey">Git-Akshay Dubey</a>)
|
||||
*/
|
||||
public class FloodFill {
|
||||
|
||||
|
Reference in New Issue
Block a user