Skip to content
#

recursive-algorithm

Here are 8 public repositories matching this topic...

This repository contains a set of classic algorithm problems and solutions implemented in PHP 8 and above. It is designed for anyone looking to practice or improve their algorithm skills using modern PHP.

  • Updated Jul 31, 2025
  • PHP

Recursive function to compute patterns of decimal places when denominator is a repetition of 1 or more '3' and that the numerator is not divisible by the denominator. The decimal places "pattern" has as much digits than the denominator and repeats itself many times. I can't prove it yet but hopefully someone has already found this fun math puzzle

  • Updated Feb 23, 2025
  • PHP

Improve this page

Add a description, image, and links to the recursive-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the recursive-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more