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.
I would keep repeated actions and other "meaningless" actions. A good algorithm should be able to deal with all of those.
Linq is just using someone else code.
Approved now. Thanks for reminder.
Figured I'd cause a notification here in case it's forgotten.
@numice you can change the signature of the constructor to
VersionManager(const std::string& version)
. As long as it compiles, it is a valid solution.The initial solution exports everything, so that isn't a problem, is it?
I've studied the topics you've given me, but I can't figure out how a function, a class, and just a variable with the same name should be combined with themselves.
Can you please suggest the structure of the solution?
ty :D
hi!
can you please give a hint how to solve this kata?
I don't understand how to implement the syntax, as an example: "is_even & is_positive"
I have already studied the topic of predicates and bitwise operations
Thanks for the issue, should be fixed now.
Is there a reason why std::string_view is used instead of std::string? It looks like converting from string to int
stoi
is not supported in string_view.Approved.
This comment is hidden because it contains spoiler information about the solution
Approved!
@TureNoobMan
If you arent comfortable with C++, then you can wait for someone else to review it. Better to not blindly approve translations if you arent able to review them properly.
Loading more items...