Skip to content

Commit d9d917b

Browse files
authored
Update solution-php.md
1 parent 41981b9 commit d9d917b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

medium/840. Magic Squares In Grid/solution-php.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Solution URL
2+
3+
https://leetcode.com/discuss/topic/5611092/solution-100-beats-in-php-with-explanation/
4+
15
# Intuition
26

37
To determine how many `3x3` subgrids within a given grid are magic squares, we need to check each possible `3x3` subgrid.

0 commit comments

Comments
 (0)