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.
Thank you,
I realized my code didn't even check for multiple y's so it would have failed that test anyway.
It was a homework assignment for an algorithms class I did a while back. I translated my answer from psudocode to java.
This comment is hidden because it contains spoiler information about the solution
Hi, I'm using C#. I can't figure out why my code won't work for the expired coupon test. I don't see how, given an expired date it could return true. Anyone else encounter something similar?