Commit Graph

16 Commits

Author SHA1 Message Date
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
vaskes 3a1b17fb9f [solution] screening task 2024-09-24 00:08:35 +03:00
vaskes 6a7bf0c043 [solution] multiply fibonachi 2024-09-24 00:07:56 +03:00
vaskes eed95e70ae [solution] factorial for, factorial recursive 2024-09-23 12:37:45 +03:00
vaskes 37da2c85ec [solution] insertion sort words add 2024-09-22 13:06:47 +03:00
vaskes 3f306706c8 [solution] insertion sort for string 2024-09-22 11:48:21 +03:00
vaskes 87b53d0974 [solution] check is posible to make triangle 2024-09-20 22:33:01 +03:00
vaskes fa078c0743 [solution] max length unick sub string my solution 2024-09-20 09:59:27 +03:00
vaskes df23819e72 [solution] fix sort mutate list, not return result 2024-09-20 00:02:46 +03:00
vaskes 4945a4128b [bestSolution] min max with Left Rigth 2024-09-19 23:37:10 +03:00
vaskes c6b5b0bf9e [solution] min max with Left Right 2024-09-19 23:27:50 +03:00
vaskes 56f7b520ac [bestSolution] search end string in another string my solution 2024-09-19 22:50:20 +03:00
vaskes 19a5845d20 search end string in another string my solution 2024-09-19 22:45:25 +03:00
vaskes 5e1cc1b0ef [algo] binarySearch 2023-06-27 21:58:23 +03:00
vaskes 8f886d1336 [tests] setup tests 2023-06-27 21:35:04 +03:00
vaskes 5f22e1115f [infra] creat ts library for collect snippets 2023-06-27 21:19:48 +03:00