PHP icon indicating copy to clipboard operation
PHP copied to clipboard

All Algorithms implemented in PHP

Results 32 PHP issues
Sort by recently updated
recently updated
newest added

A mono-alphabetic cipher is a simple substitution cipher where each letter of the sentence is replaced with another letter of the alphabet. It uses a fixed key which consists of...

Jump Search is a searching algorithm to locate an element in an ordered list. The fundamental idea of this algorithm is to check fewer elements by skipping a fixed number...

This update focuses mostly on the following updates * Using a more consistent pattern with directory names * Created directories in `tests` that correspond to the algorithms that have already...

Added DFS (Depth-First-Search) algorithm.

I wrote a sudoku solver using the backtracking algorithm. Where should that go? Or might it warrant its own directory?

good, I would like to join the repository as a collaborator, greetings