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.
No more help needed, I found the origin.
I am testing Huffman encoding in Python: Passed tests : 2781 but Failed tests: 265
I don't undestand the following error
Log
frequencies(l)
l
encode([],l)
Test Passed
ERROR restore sorted sequence from frequencies should succeed: [] should equal ['l']
Can you help me Please
Is is possible to have the description of the 6th test "Should be invalid", I obtain the following error
Invalid value types (boolean): True should equal False
but I don't know why !!!