Files
algorithms/lib
vaskes f0bff99aa4 [6kyu][string] towerBuilder
https://www.codewars.com/kata/576757b1df89ecf5bd00073b

Build a pyramid-shaped tower, as an array/list of strings, given a
positive integer number of floors. A tower block is represented with "*"
character.For example, a tower with 3 floors looks like this:
2024-10-03 12:55:37 +03:00
..
2023-06-27 21:58:23 +03:00
2024-09-24 00:07:56 +03:00
2023-06-27 21:35:04 +03:00
2024-09-24 00:08:35 +03:00
2024-10-03 12:55:37 +03:00