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.
Thanks it worked
Please see this paragraph: https://docs.codewars.com/training/training-example#debugging-a-kata for some hints how to debug your solution.
No
How can i see it
Please see this paragraph: https://docs.codewars.com/training/training-example#debugging-a-kata for some hints how to debug your solution.
Do you know what inputs make you fail?
This comment is hidden because it contains spoiler information about the solution
so good to get started
Good kata
Description is missleading and incorrect english
This kata allows code that doesn't return the longest subsequence to pass. I noticed this after trying the 4 kyu performance version, which has an extra initial test: lcs("abcdefghijklmnopq", "apcdefghijklmnobq"), which should return "acdefghijklmnoq". My Python solution returns "abq" for that test but still passes this kata. You should add that test (and maybe some other similar ones) to prevent incorrect code from passing.
Feeling happy!! Thanks!
I just solved it, so thank you. The author should have made the description more clear.
Thank you for your reply. And sorry for not specifying what language I'm using. :)
It is consistent. You're misunderstanding the instructions. How would it had been solved 383414 times otherwise? Did you read the post below yours?
Don't waste time on this kata. The index on string in examples vs test cases is not consistent
Loading more items...