Open LiuLei95 opened 5 years ago
In the funciton "hasPath" is limited row from 0 to rows and col from 0 to cols (line 43 and 45), but why in function "hasPathCore" still judge "row >= 0 && row < rows && col >= 0 && col < cols" (line 67)?
In the funciton "hasPath" is limited row from 0 to rows and col from 0 to cols (line 43 and 45), but why in function "hasPathCore" still judge "row >= 0 && row < rows && col >= 0 && col < cols" (line 67)?