We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41981b9 commit d9d917bCopy full SHA for d9d917b
medium/840. Magic Squares In Grid/solution-php.md
@@ -1,3 +1,7 @@
1
+# Solution URL
2
+
3
+https://leetcode.com/discuss/topic/5611092/solution-100-beats-in-php-with-explanation/
4
5
# Intuition
6
7
To determine how many `3x3` subgrids within a given grid are magic squares, we need to check each possible `3x3` subgrid.
0 commit comments