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.
Feel free to update the Node version!
I recommend adding more unit testing.
That's because the
dirReduc(arr)
there is not returned, so the function didn't return anything and therefore results inundefined
.This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Create a list of what is considered punctuation.
main
, so this issue is mootI 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()'
thats true
kata hint != kata suggestion
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.
Loading more items...