Skip to content

Commit 36fc18a

Browse files
committed
Flood Fill Readme
1 parent 94e3d59 commit 36fc18a

File tree

1 file changed

+1
-1
lines changed
  • C++/Algorithms/Randomized-Algorithms

1 file changed

+1
-1
lines changed

C++/Algorithms/Randomized-Algorithms/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
As a coloring algorithm, when you use an app such as Paint, press the fill button and press a shape, and the color is colored inside the shape. Likewise in the case of minesweeper, when you click a non-mines part, all parts of the surrounding area without mines are pressed. This algorithm is called a flood-fill algorithm.
66

7-
Time complexity => O(N^2) (N reprsent length of the side of a square)
7+
Time complexity = O(N^2) (N reprsent length of the side of a square)

0 commit comments

Comments
 (0)