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.
The task is not to reverse the integer.
Having an issue with the tests, all but one pass:
Test Failed
expected: (= 2110 (desc-order 1021))
actual: (not (= 2110 1201))
Looks like an issue with that test, not reversing the returned integer correctly
I see you are new at CW... Sorry but asking for help is not an issue.
Getting an error with clojure, my code is returning a vector with the correct results, but it's still failing:
Test Failed
expected: (= (sq-in-rect 240 32) [32 32 32 32 32 32 32 16 16])
actual: (not (= nil [32 32 32 32 32 32 32 16 16]))
Wondering if anyone can help