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.
charGroups
is the same asgroup'
fromData.List
I find it amusing that this is 3 kyu. I examined the log statements for a few minutes, and then I was enlightened. Seeing clearly is everything.
I just tried viewing the kata in Chrome, Firefox, Edge & Internet Explorer. The drawing is not viewable in any of them.
duplicate
It's ranked
5kyu
because it's a very simple parser exercise. If you're writing too much code, perhaps you need to learn new skills to reduce code footprint ;-)Also you should be re-using the code from the last exercise for this.
Very enjoyable kata, but I feel this should be 4 kyu in Rust. The requirement to support the shorthand notation with numbers pushes it into 4 kyu territory for me. As a beginner Rustacean, my solution was ~200 lines long and took several hours. On the other hand, my solution for the 5 kyu "Directions Reduction" kata in Rust is 35 lines long and took under an hour, which is similar to other 5 kyu katas I've done.
Sweet, it's working now. Thanks!
You have added an unnecessary newline at the very end, but everything else seems ok. See at the photo? :)
I am getting 2 bugs in your evaluation code: the first is the same as dinglemouse's error ("The peak of my roof (e.g. 'Your house') is misaligned for cribs 1 and 2 but fine for crib 3, even though my solution is correct for all."). But I'm also getting another where my crib is correct but it isn't passing the test. See a screenshot here: http://pasteboard.co/xRyZfXEVd.png.