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 1 year ago
factorial.js [solution] factorial for, factorial recursive 1 year ago
fib.ts [solution] multiply fibonachi 1 year ago
insertionsort.ts [solution] insertion sort words add 1 year ago
isTriangle.ts [solution] check is posible to make triangle 1 year 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 1 year ago
minMaxNumber.ts [solution] fix sort mutate list, not return result 1 year ago
task.js [solution] screening task 1 year ago
towerBuilder.ts [6kyu][string] towerBuilder 1 year ago