Here are my solutions for coding challenges in coderbyte
Hope you have fun with these coding challenges.
Keep updating.
- CheckNums
- Longest Word
- Time Convert
- Alphabet Soup
- First Reverse
- Simple Adding
- Letter Changes
- Simple Symbols
- First Factorial
- Letter Capitalize
- Kaprekars Constant
- Chessboard Traveling
- MaximalSquare
- 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.
- Since coderbyte uses python2, and my own laptop uses python3, I have 2 version of the code.
- For python2 version, you can just copy and paste the code on to the coderbyte online editor and test the code.
- 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"]
- Have fun!