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.
"You are given a string of n lines, each substring being n characters long." If you have 8 lines, you must have 8 sized string in each line.
Got something similar in Powershell:
ARR : zone abigail theta form libe zas ;k : 2
actual abigailtheta
expect abigailtheta
*
ARR : ejjjjmmtthh zxxuueeg aanlljrrrxx dqqqaaabbb oocccffuucccjjjkkkjyyyeehh ;k : 1
actual oocccffuucccjjjkkkjyyyeehh
expect oocccffuucccjjjkkkjyyyeehh
*
ARR : ;k : 3
actual
expect
How could negative number be correct answer? :P Sounds like overflow issue, but I don't do scala, so idk.