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 recommend adding more unit testing.
This comment is hidden because it contains spoiler information about the solution
Create a list of what is considered punctuation.
I tried the c++ implementation and it didn't work. It works fine on my machine though.
It looks like there might be a "main" function issue.
This is the error that I get:
main.cpp:9:5: error: conflicting types for 'main'
int main(int, const char *[]) {
^
./solution.cpp:40:5: note: previous definition is here
int main()
I'm using c++ and I believe there's an issue using retrieving the vector size with '.size()'
Needs to be updated to latest Node version.
I appreciate that the rules are all layed out properly 👍
Create an equation and simplify it as much as possible. That'll solve rounding issues for JS
I believe this to be a 6kyu.
This comment is hidden because it contains spoiler information about the solution
I'm having an experience where it passes 100 tests and it fails 1. I'm not able to adjust my code because I can see what's being tested.
Nice, they made a function for the second best player in the world 👏🏼
Think of it as a math word problem. It takes 2 bullets to defeat a dragon. So count up dragons and you need to have twice as many bullets or more.
Yeah that's weird it could be a codewars bug.
It's not completing for some reason. It appears under 'Kata I have not completed' even everything was submitted succesfully.
Loading more items...