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.
updated
errr(sorry) : did not know that access to edit page of this kata is not allowed yet
.
the truth tables are pulled straight from the reference so you can use them how you'd like?
Hi Daniel, I have updated the description to include puntucation. Thank you for bringing this to my attention.
You should specify which is the carry bit for the Full adder.
The truth table has the rows set up as "Cout S" while the output of the function is [S Cout]
It would be better to define what you mean by midpoint of what. It took awhile before I realized that it was of a word and not of a string.
That works now
Very very thanks for your test and feedback ;-)
That's why the kata needs to be tested. If there is no test, some problems can not be found.
This issue fixed now, any other issue in this kata? Please test again ;-)
I see, you used Regular Expression to solve that one. So if a string just so happens to start with a special character, then it would return weird results.
I seem to run into issues in the random test section, and it usually results in a 40% difference and I am unable to figure out why. I resubmitted until it passed and wrote down the ones I couldn't figure out. Then I used your solution to try and see the problem.
That is obviously not a single identical character, but your solution reports it as such, so that may be the problem I have been having.
You should define what it means to be a word. Does the puncuation at the end count (which apparently it does)
Rather than returning 'Error', it would be better to throw Error('Error') in Javascript.
Yes, I think that does help. Thanks for improving it!
Done! I removed the top tests. You meant from the Tests Cases and not from the Example Tests Cases, right?
Thank you for your feedback!
haha
With my first Kata I wanted to use as many tests as possible. And I also learnt this morning about random testing...
Regarding the graphical snakes, I did my best with unicode :)
Thank you for your feedback!
Loading more items...