7 kyu
Xmas Tree
725 of 1,373user3879542
Loading description...
Algorithms
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
Ruby 3.0 should be enabled, see this to learn how to do it
fixed
you should add info about height == 0 case
Almost duplicate of this older kata.
Julia translation
Approved
Hello,
could someone please approve my translation https://www.codewars.com/kumite/5fe34a61262ca6002bcd923c
thanks!
Could anyone approve my GO-Translation ?
APPROVED BY SOMEONE
thanks :-)
Python version should use snake_case.
fixed
This comment has been hidden.
I tried your code, and it worked here. Weird.
.
New kata ! Enjoy ---> https://www.codewars.com/kata/number-number-dot-dot-dot-wait-letter
Spelling mistake in the last sentence of the description:
remeber -> remember
Oops , this stuff happens when your coding at 3 in the morning :D
haha that's for sure, happens to me all the time too.
By the way, thanks for these katas. I'm working on the hollow triangle right now.
New Kata - https://www.codewars.com/kata/time-degrees/python
Just published a new kata . Check it out :D ----> https://www.codewars.com/kata/hollow-triangle
I just love this community , thanks for everyone's help and also thanks for the translations !
Oh, it was a pretty good practice for me, plus I am going to feed this kata to some of my guys in two weeks, so the extra Python version will certainly come handy ;)
Python translation submitted :)
Good Kata, needs random test cases though :). Also you should put the solution within the test cases so that you don't have to manually copy-paste the answer for the test case result, this will help on the random test cases as well. E.G.
Thanks for the help and the suggestion , I am not familiar with all the functionality of the kata creator yet . But I will surely incorparate this in the kata . Thanks a lot appreciate the suggestion :)
No problem dude :). Also, I suggest looking at the structure of other people's Kata test cases, if you need help at all.
.
Anyone who would like to help me make this kata a bit more complex or make it better please feel free to help , any help would be appreciated :D
Perhaps include test case(s) for even sizes, even if it's simply disallowing them. Not sure you can do much to make it more complex unless you take a second param, but in that case, I'm not sure what it would do.
Done :) , also added more clarified discription of what to do . Hope it helps