6 kyu
Build Tower Advanced
1,315 of 2,3808fdafs2
Loading description...
Strings
ASCII Art
Fundamentals
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.
Random tests in Python aren't actually random.
fixed
If you are running into issues you should go solve the first Tower Build. My solution wasn't optomized enough at first but then I solved the first build tower and re-factored.
Could we please keep the language cleaner around here?
Lua fork
approved
One more tower)
Nice, it's easy but it take from me a 95 min because i didn't understand the probleme in the first time.
python new test framework
Approved
Nice
Agree!)
Nice!
Very funny challenge, congratulations for the kata.
This comment has been hidden.
This was a good kata. I enjoyed solving it. If you are looking to tackle this or are tackling this, this is one of those problems which look & seem hard but the final solution is really simple :) Keep on trying & you will get it eventually!
Perhaps it's just me, but I can't understand the description. Can someone explain it more clearly to me, please?
OP left the building, closing
Built the tower perfectly as string... Then failed a lot of times. It requires a list/array...
JavaScript can't see why (looking at the tests) but actual and expected are flipped for n = 1
Fixed.
random question... what % to 1 Dan are you?
Ufff, a long way to go, 96% left. So I guess by 2050 or so ;).
ahh.. you'll get it before the new year :)
Ahh... looks like he's still 1kyu
Not sure what everyone else thought, but this should definately be rated more difficult than just 6 kyu. Especially considering Build Tower Basic has the same difficulty rating.
first example in the description is incorrectly formatted: it's a list of lists of string instead of a list of strings
Fixed.
This comment has been hidden.
This comment has been hidden.
Why is that
for i in range(1, 51):
in the tests?I suppose test cases of n_foors = 1,2,3,...,50 is enough for this Kata. Is there anything wrong here? ;-)
It looks all right, I must have overlooked something. It was just unusual to see 1000+ tests passed.
Haven't looked for details, but your example in the description for "3 floors with block size = (2, 3)" is wrong (last line only 6 "stars" instead of 10?) or my solution is wrong (and than your testcases too;-))...
The description has been updated.
Thank you very much for this important feedback!
Ok, marked as resolved, thanks;-)