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.
If that was the case I think b/c I did Regex.Split(@"\s+"), which is unneccessary since white space is just a char other than ,.<>.
I regret so much.. Thanks for letting me know! ;)
I paid for the Codewars Red subscription since I like the service. One of the pages there showed execution time, but I'm not sure where else you can view it. I believe it is visible immediately after submitting your solution though.
Where can we see the execution time?
Regex
, you don't need to do search.Thanks for the compliment. A couple thoughts in response:
Generally, unless performance is an actual bottleneck, I think micro-optimizations that increase the amount of code you need to comprehend do more harm than good.
Not that it matters, but my code executed in 2123ms vs. 2488ms for yours, so they are in the same ballpark.
This comment is hidden because it contains spoiler information about the solution