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.
oh...
my bad
now I feel so embarassed
WTF???
Clojure tests:
expected: (= (digital-root 456) 6)
actual: (not (= 15 6))
expected: (= (digital-root 195) 6)
actual: (not (= 15 6))
expected: (= (digital-root 992) 2)
actual: (not (= 20 2))
expected: (= (digital-root 999999999999) 9)
actual: (not (= 108 9))
expected: (= (digital-root 167346) 9)
actual: (not (= 27 9))
Thumb down