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.
If you are doing this in SQL , just know that there is a function out there that can do this!
I checked out the C# version. All the random test have an array with 10 ints. Kotlin varies with up to 100k per test. I can sometimes get through 10+ random tests within the 16000ms, but other times I just go through 2. At this point, I can just click 500 times on attempt and hope to god all the random tests give me <10000 ints in the array. This is ridiculous.
I checked out the C# version. All the random test have an array with 10 ints. Kotlin varies with up to 100k per test.
This comment is hidden because it contains spoiler information about the solution
what languege do u learn? @better_nerf_irelia add me in telegram
Super clever!
i go straight to instructions before reading the kata name and got confuse haha
so if you confuse like me just read the kata name , that will do
I still don't get it but that's okay 🤣
That Kuta was fun,
it looks hard at first but once you get it, you get it
You've passed the kata and your current code doesn't show that error. Please delete your post or close the issue next time. Take a look at this doc: https://docs.codewars.com/training/troubleshooting
"no matching member function for call to 'replace'"
including the c++ string library and using std:: in general btw
really smart
This gave me an error message. AttributeError: module 'string' has no attribute 'maketrans'
I'm using Python 3.12
This comment is hidden because it contains spoiler information about the solution
May I know why can't we use dna.maketrans? I tried it and it works. Programming newbie here so thanks so much for the help and advice!
Loading more items...