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.
Could you please fix your tests.
Traceback (most recent call last):
File "/workspace/default/src/codewars-test/codewars_test/test_framework.py", line 111, in wrapper
func()
File "tests.py", line 122, in it_small_random
perform_test(t, start, finish)
File "tests.py", line 55, in perform_test
user = check_path(t, start, finish, user)
File "tests.py", line 37, in check_path
cost += t[x][y]
IndexError: list index out of range
It is absolutley inadecvate Kata in terms of rounding. Looks like author never heard about proper rounding and double type comparision.
Well, it is third task of the same kind. Simple copy-paste works.
Trivial. Definitely not 4th kyu. 5-maximum or even 6th
lame solution
Assuming that only one cell requires repositionion sort will take O(N)
I have the same env and it works locally but it does not work here. RuntimeBinderException : 'SomeClass' does not contain a definition for 'SomeObject'
What environment this kata runs on? I've tested my code locally on MacOS .NET Core 3.1 and Windows 10 .NET Core 3.1 and .NET FW 4.7.2 and all fine but here it throws an exception.
Unnecessary linq. Too greedy for this simple task.