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.
It should generally be understood by site practitioners that the description should be universal (language agnostic) and as such when looking at data the type used is not critical, so long as the specs are clear for the user to comprehend and procede coding in the language of their choice.
Otherwise it becomes very messy in terms of maintaining the description as new languages are added.
The beta process exists to resolve issues before potential approval. While my solution might be ridiculous to you, input modification of mutable objects is an issue. Anyways, if you stick around long enough on codewars, that and not having random tests come up a lot in beta testing.
These boards aren't isomorphic:
So the hearts on the first board aren't isomorphic to any suit on the second board
Please note that when you use a chat bot for generating content, the copyright might not be yours. Instead, I suggest you write the description yourself, and let a chat bot proof read it. This way, the copyright definately remains yours.
Yeah, you are right. Before writing this kata, I seached for duplicate but thinking that kata is easy, I only searched 7kyu and 8kyu. But the duplicate kata was in 6kyu. I generated title, problem statement using chatgpt. Even the title is also same.
kata retired
I agree. I overestimated the kata's difficulty by a lot. I have also approved your Python translation, brodiemark. Thanks for the translation, it will help the kata get more popular.
The average rating seems to be around 6kyu. Need to get more ratings to get it approved.
Could we please keep the language cleaner around here?
retired
Your solution is almost good, but has a bug, and becomes inaccurate at some point. See following:
Here is row 57 (yours vs expected), which is correct:
Here is row 58 (yours vs expected), which starts getting inaccurate:
See how your solutions gets
9929472283517788
vs9929472283517787
incorrectly at row 58. Similarly, all rows beyond 58 contain more and more incorrect numbers. You need to fix a bug in your solution (a very small one!)