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.
Thanks you for your translation ;-)
Looks nice, well done!
Wow, I wasn't sure Python could pull this off. Very cool!
There would be no way to determine that a operator was unary in the postfix notation, so it wouldn't make sense to allow for them unless you remove all the unary
+
and turn-x
into0x-
.assuming my changes have fixed c++ version.
I didn't make the C++ solution so if this fixes it please mark this issue as resolved, I've made some changes but unsure if they are correct.
This comment is hidden because it contains spoiler information about the solution
My code passes the examples easily but not the test suite. Are the + and - unary operators as well or just binary operators?