Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I did not know this would work in this environment. Thought you would have to npm install that for it to work. Just tested in VSCode and ran without issue, good to know that func is somehow in there by default.
Wow, creat! Best Practices
Cheat!
Best practice indeed
Easily best practice.
Duplicate issue below
Is still there...
Finally I got it works, just make it use a small number of loop.
Same here.
I think there is any bug with the test case on PHP, I make a debug and everything is fine, but still can't passed the test case.
Here the error messages:
Log:
Testing for width=15
✔Test passed
Testing for width=20
Line length is not equal
Failed asserting that 20 matches expected 15.
===
Have anyone solve this problem with PHP?
This is the best Kata until now, need many hours to found the solution. But, when using the same algorithm for both PHP & JavaScript, only JavaScript can passed it while PHP get timeout.