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.
it ensures that the given input is a perfect square. a number with decimals will not return true using that if statement.
was added to description
why would you even do 626?
question has asked the next perfect square means 676.
I don't know what are you trying to ask or may be I am dumb :<
This one is close: https://www.codewars.com/kata/returning-strings
I think the suggestion about casing is a good one; if I understand you correctly, that would mean fixing the name if it's not uppercased (e.g. hello('george') would result in "Hello, George"
I retrained after reading your comment and I couldn't find what you were referring to.
List generation takes lots of time. Submitting
pass
takes 9 seconds, while submitting an actual solution takes the same 9 sec. Also, it's not critical.This comment is hidden because it contains spoiler information about the solution
I have seen duplicates like this (Can't find it but it's name was greet function). You can make a little difference to casing.
Its just well hidden...
I mean... I am sorry!
Not recursive; just saying ;)
There is a reason why this is a 8kyu.
Thanks!!
What the heck that is amazing.
Haskell : https://www.codewars.com/kumite/5b635f0467557ed50600012e?sel=5b635f0467557ed50600012e
Hi. At the end of the kata you have an example but it is not very clear... the key is not repeat or skip notes to get the required distances pattern. For example from D to E we can get a half tone in to ways 'D' -> 'Eb' or 'D' -> 'D#' the valid one for the kata is the first.
Loading more items...