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.
What does the Format test do? (Using Dart 3.3)
Dart 3.3
In what language
I don't like how this kata doesn't show things printed to console, this makes debugging very inconvenient
This comment is hidden because it contains spoiler information about the solution
zero apples out of ten 0/10
This comment is hidden because it contains spoiler information about the solution
This is a puzzle kata. It's intentionally more tricky than a normal kata and will require you to think outside the box a little.
thanks, didn't think I'd learn something on this one
This is a troll kata, there is nothing to realize except that it is a troll kata. Don't try to find regularitys in the task itsself, you need to look at the tests so get the solution. This is complete bs
half an hour of looking at this bullshit and I am still at a loss as to where the regularity is... I am beginning to think this is just a troll kata
I am new to the language, I think I am not understanding your code, can you please explain something to me? What is the purpose of allocating the size of the input array to the result array?
This comment is hidden because it contains spoiler information about the solution
Holy hell, this is the hardest 6 kyu I've ever seen. I've spent hours optimizing and thinking about my code and yet it's not fast enough. I don't think this should be 6 kyu.
Yeah that's true you don't really need any vector/array function related libraries for this one so I agree with you the array would make more sense here. If some functions like find() were needed it would be too hard for 6kyu in my opinion because you only really use vector or string functions in most katas up to and including 6kyu and arrays are very obscure for beginners like me.
Loading more items...