Skip to content

Mohit9986/coderbyte-solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here are my solutions for coding challenges in coderbyte

Hope you have fun with these coding challenges.

Keep updating.

Easy:

  • CheckNums
  • Longest Word
  • Time Convert
  • Alphabet Soup
  • First Reverse
  • Simple Adding
  • Letter Changes
  • Simple Symbols
  • First Factorial
  • Letter Capitalize

Hard

  • 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!

About

solutions for coderbyte coding challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%