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.
I know a way how get rid of all constants and still have the best performance! :P
Are you intrested?
This comment is hidden because it contains spoiler information about the solution
The author didn't describe well enough the timings he told in the previous Kata of the series.
I was disappointed until I solved that Kata.
I didn't understand the issue untill I did the previous Kata in the series.
BTW, I have fixed an issue in my GitHub repo, but didn't publish it yet.
I want to get rid of 40 bytes allocation and clean up the code.
GitHub: https://github.com/dgzargo/CodeWars-MorseCode-Callange
I have written to Discord chanell #contact-mods. Waiting for response.
https://discord.com/channels/846624424199061524/850434952813740073/1234319106099118122
This comment is hidden because it contains spoiler information about the solution
GitHub Issue: https://github.com/codewars/codewars.com/issues/3204
This comment is hidden because it contains spoiler information about the solution
This comment has been deleted.
This code made to not allocate memory.
Allocates 40 bytes actualy. And it does the work for less then 1ms
This comment is hidden because it contains spoiler information about the solution