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.
Just a hint for those of you that are stuck: using index() with duplicates will always go back to the first occurence in the list. For example, you might be having this [0,2,2,2,5,6] simply because using s2[s1.index(elemnt)] will loop back to the first occurence.
i like the idea, but, do we want this to work?
https://www.codewars.com/kata/reviews/5893f1e949da57bb7a0000fc/groups/5e26c34a236735000121b01e
First of all, the weights shouldnt only be 1 and 2.
Second of all, secret_weight, isn't very secret.
Lastly, why arent there any random tests?
Done.
Merged
THE INSTRUCTIONS ARE NOT CLEAR!!!!!!!!
JS fix
Fixed after 5 years :-)
Approved
python new test framework + random tests are required. updated in this fork
what the fun??? i took more than 30min to solve normally, but u did in list comprehension!!! salute ;-)
Approved J4FC's fork which fixes this issue!
All good ;)
Fork to replace deprecated function
I approved hob's fork, didn't see yours, sry :( ! But the issue above still has not been fixed!
Python tests emit warnings:
Python fork - Test Framework fix & replaced deprecated function
Loading more items...