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 got the same trouble: using static dictionary to store registers. So, clear your variables and structures before executing code! ))))
This comment is hidden because it contains spoiler information about the solution
wow! i wanna learn ML from you
Is this just a liner regression kata or something else?
I just wanna confirm. because I could not conclude that from the kata
(unless that's what the kata is)
Super!
watching this little game evolve was quite nice, I love that someone added a num gen. That made this fizzbuzz worth looking at.
Goodwork.
Only registers that have been modified should be listed in the output, and
mov c a
is never executed here. Not an issue.If you raise an issue without even saying which language you're using it's impossible to check anything. Please read and follow the documentation: https://docs.codewars.com/training/troubleshooting/
for the test- ['mov d 100', 'dec d', 'mov b d', 'jnz b -2', 'inc d', 'mov a d', 'jnz 5 10', 'mov c a']
it definitely has 'mov c a' but the output says-
{'d': 1, 'b': 0, 'a': 1, 'c': 1} should equal {'a': 1, 'b': 0, 'd': 1}
ther is supposed to be a 'c' register in the output.
I'm still not able to understand what 'number of errors in feild of 6' means. Can someone explain? The description isn't explaining it well enough
Thankyou. Now I can see the feedback. Performance tests are where i'm lacking xd
updated. I added an automatic flush of std out when entering a random test batch, so you should now always see some feedback.
Hi, how many perfromance tests are there? It says i've passes 2 out of 2 but still gettin timeout error
same happened with me