Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d8e45f9

Browse files
committed
update readme
1 parent 2481c33 commit d8e45f9

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

‎README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ Keep updating.
2020
- Kaprekars Constant
2121
- Chessboard Traveling
2222
- 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"]`
27+
- Have fun!

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /