Posts marked with “php puzzles”

One Last Slice

by · May 1, 2022

0
 

I thank my lucky stars that I am not a superstitious person, knock on wood, and I really don’t want to jinx it, but we have a good problem. We have so many great feature articles in the pipeline, and I think it’s important to let everyone know what an awesome job the PHP community […]

 

PHP Puzzles: Controlled Randomness

by ·

0
 

PHP Puzzles: Controlled Randomness

 

PHP Puzzles: Finding Integer Factors

by · February 3, 2022

0
 

This article looks at solutions for finding integer factors for a given integer. Another way to put this problem is to decompose an integer into a multiple of two smaller integers. Besides hearkening back to Algebra classes of yore, we’ll discuss applications of this technique. by Oscar Merida

 

PHP Puzzles: Breakeven Point

by · December 10, 2021

0
 

This month we are moving on from shifting money around time to focusing on costs at a specific moment in time. Join me as we tackle the break-even problem from last month. But first, we’ll step through it, analyzing it algorithmically to design our solution. by Oscar Merida