DEV: Comment rework
This commit is contained in:
parent
b1c59453c1
commit
899b9a892e
@ -269,7 +269,7 @@ class Board {
|
|||||||
/**
|
/**
|
||||||
* Predicate to check if a wall creates a closed room.
|
* Predicate to check if a wall creates a closed room.
|
||||||
*
|
*
|
||||||
* This algorithm has a complexity of O(N^2) where N represents the total
|
* This algorithm has a complexity of O(N^2logN) where N represents the total
|
||||||
* number of tiles.
|
* number of tiles.
|
||||||
* It should be used with care.
|
* It should be used with care.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user