You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vasily Guzov 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:
1 year ago
..
binarySearch [algo] binarySearch 3 years ago
endingStrings.ts [bestSolution] search end string in another string my solution 2 years ago
factorial.js [solution] factorial for, factorial recursive 2 years ago
fib.ts [solution] multiply fibonachi 2 years ago
insertionsort.ts [solution] insertion sort words add 2 years ago
isTriangle.ts [solution] check is posible to make triangle 2 years ago
main.test.ts [tests] setup tests 3 years ago
main.ts [infra] creat ts library for collect snippets 3 years ago
maxLengthSubString.ts [solution] max length unick sub string my solution 2 years ago
minMaxNumber.ts [solution] fix sort mutate list, not return result 2 years ago
task.js [solution] screening task 2 years ago
towerBuilder.ts [6kyu][string] towerBuilder 1 year ago