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.
clever
It seems that performance leaks are not issue for this purpose as any roman number can't extremelly big in reality. Cool approach, especially for
fromRoman
function. Unfortunatellysubstr
is already considered as deprecated, so it may be replacedpretty clever, well done!.. my refactored solution has a slightly better performance since it doesn't use nested loops.
This is not a valid solution at all. Just execute domainName('http://mysitewww.com'). Using this solution, you will get 'mysitecom' which is absolutely incorrect. My domain is 'mysitewww'. Where is the downvote button?
looks like it is a performance heavy solution
.
sometimes there is www1 , www2 ... but other than that , the code is good and elegant
Some sample test cases are wrong