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 e9a72107ed [7kyu][fundamentals] Growth of a Population
https://www.codewars.com/kata/563b662a59afc2b5120000c6

n a small town the population is p0 = 1000 at the beginning of a year.
The population regularly increases by 2 percent per year and moreover 50
new inhabitants per year come to live in the town. How many years does
the town need to see its population greater than or equal to p = 1200
inhabitants?
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
nbYear.ts [7kyu][fundamentals] Growth of a Population 1 year ago
paperwork.ts [8kyu][array][fundamentals] conditions 1 year ago
sumArray.ts [8kyu][array][fundamentals] sum array of numbers 1 year ago
task.js [solution] screening task 1 year ago
towerBuilder.ts [6kyu][string] towerBuilder 1 year ago