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
lib [7kyu][fundamentals] Growth of a Population 1 year ago
public [book] algorithm 1 year ago
src [infra] creat ts library for collect snippets 3 years ago
.gitignore [docs] init commit, add readme 3 years ago
index.d.ts [infra] creat ts library for collect snippets 3 years ago
index.html [infra] creat ts library for collect snippets 3 years ago
package.json [tests] setup tests 3 years ago
readme.md [docs] init commit, add readme 3 years ago
tsconfig.json [infra] creat ts library for collect snippets 3 years ago
vite.config.ts [infra] creat ts library for collect snippets 3 years ago
yarn.lock [tests] setup tests 3 years ago

readme.md

learn algorithms

I will be studying algorithms and collecting different cases to improve my knowledge on this repository.