Doesn't feel too much like a 4 kyu if appending to a list type; however, there is some difficulty when using str instead and having to deal with the pesky comma. Pretty decent kata.
If you splitted the words in the string, it could be why it fails the random test. I found out that probably it generates spaces and consider it all as a word. The test is wrong, not your solution.
The error I am getting gives me no insight on what to change. To add, I don't even know why I'm getting an error on here because it works for every case I give it in Spacemacs.
fixed
stringbuilder when you want to add to strings like to a list
Doesn't feel too much like a 4 kyu if appending to a
list
type; however, there is some difficulty when usingstr
instead and having to deal with the pesky comma. Pretty decent kata.This comment is hidden because it contains spoiler information about the solution
If you splitted the words in the string, it could be why it fails the random test. I found out that probably it generates spaces and consider it all as a word. The test is wrong, not your solution.
Clojure: duplicate entries automatically render an entire collection as unsorted. Please either adjust the instructions or adjust the tests.
This comment is hidden because it contains spoiler information about the solution
I agree
I don't understand the errors that I am getting.
The tests fail but my code returns the correct values on my PC.
I am using JavaScript
The error I am getting gives me no insight on what to change. To add, I don't even know why I'm getting an error on here because it works for every case I give it in Spacemacs.