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.
The first thing I thought was "Really? This simple?" Then I realized why we were to use BigIntegers.
It was a nice way to force me into learning more about kotlin's long variable!
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
Thanks!
I also made my own dictionary since I do it intellij first then copy paste it in here. Though I didn't copy in the map to my solution
This comment is hidden because it contains spoiler information about the solution
I'm looking at this, and honestly... I have no clue what's being done on the second line before the :
So glad there was no dogwhistle numbers at the end of this.
This could work for even occurences too. found = 1.
This is exactly how I first wanted to solve it! But if a guy had 3 names, it would be first and middle name letters, so I abandoned it and made a huge mess instead...
Yeah, in the end I got it!
Well, seems you got it after all! Hope you had fun :)
I like this a lot, very creative bugs that gave me a chuckle when I finally found them!
I had no idea there were 8 kyu challenges! I'll start getting used to the search function and come back to this later.
Thanks!
Loading more items...