You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,8 @@ Keep updating.
20
20
- Kaprekars Constant
21
21
- Chessboard Traveling
22
22
- MaximalSquare
23
-
I think this one is very hard when it comes to matrix and filter, and how to handle filter movement within a matrix by pure code without using some matrix handling library.
24
-
Since coderbyte uses python2, and my own laptop uses python3, I have 2 version of the code.
25
-
For python2 version, you can just copy and paste the code on to the [coderbyte online editor](https://www.coderbyte.com/information/Maximal%20Square) and test the code.
26
-
For python3, you can run it on your own computer. You need to copy and paste the test case on strArr, for example:
27
-
'''
28
-
strArr = ["0111", "1111", "1111", "1111"]
29
-
'''
30
-
Have fun!
23
+
- I think this one is very hard when it comes to matrix and filter, and how to handle filter movement within a matrix by pure code without using some matrix handling library.
24
+
- Since coderbyte uses python2, and my own laptop uses python3, I have 2 version of the code.
25
+
- For python2 version, you can just copy and paste the code on to the [coderbyte online editor](https://www.coderbyte.com/information/Maximal%20Square) and test the code.
26
+
- For python3, you can run it on your own computer. You need to copy and paste the test case on strArr, for example: `strArr = ["0111", "1111", "1111", "1111"]`
0 commit comments