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 11c4e28710 [8kyu][array][fundamentals] conditions
https://www.codewars.com/kata/55f9b48403f6b87a7c0000bd

Your classmates asked you to copy some paperwork for them. You know that
there are 'n' classmates and the paperwork has 'm' pages.Your task is to
calculate how many blank pages do you need. If n < 0 or m < 0 return 0.
1 year ago
lib [8kyu][array][fundamentals] conditions 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.