DEV: Comment rework

这个提交包含在:
Christos Choutouridis 2020-10-24 22:40:12 +03:00
父节点 b1c59453c1
当前提交 899b9a892e

查看文件

@ -269,7 +269,7 @@ class Board {
/**
* 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.
* It should be used with care.
*