I've got a time out issue when I do an attempt in python but it works fine when I do the test, maybe my code is not optimised enough but I also think it might be that the kata is not leaving enough time for the code to solve the tests in python
Your code is working, but it's too slow. Try to implement md5 faster. You don't have to write it yourself you can import a library :)
I'm sure you'll make it!
Fixed
There is a syntax error at the java project. There are '()' after classname.
your code is to slow, that's not an issue
I've got a time out issue when I do an attempt in python but it works fine when I do the test, maybe my code is not optimised enough but I also think it might be that the kata is not leaving enough time for the code to solve the tests in python
Thx for answer. I am new here and I dont know, how can install and import library?
Your code is working, but it's too slow. Try to implement md5 faster. You don't have to write it yourself you can import a library :)
I'm sure you'll make it!
Hi, I am using JavaScript and my code is passing tests. But I am getting timeout error when pressing Attempt. It fails after 10 passed tests.