GitXplorerGitXplorer
T

PHP

public
2192 stars
479 forks
5 issues

Commits

List of commits on branch master.
Unverified
d588cd1455bc6168ca32ab0646fe468e0869f097

code styling and refactoring for algorithms: Bellman-Ford, Dijkstras, ReverseLinkedList, CompareBinaryTree and InvertBinaryTree

committed a month ago
Unverified
7edf1247c3672d7b119598e04c24b03338e5ff93

implementation of algorithms: 1. compare binary trees, 2. inverse binary tree, 3. reverse linked list

committed a month ago
Unverified
d2fb4603e8d42a5a4eff0adc37afa3733fabffc3

recuurent algorithm for comparing binary trees

committed a month ago
Unverified
b1290daa543014c15fbfd5159191a2e2d0145a1d

PHP implementation fo Dijkstra's algorithm for finding shortest paths in a graph

committed a month ago
Unverified
b90af128d5924db3c7790bc65af44d99bbdda03b

Sieve of Eratosthenes algorithm

committed 5 months ago
Verified
de42d6ad062aae106f667f1b7920a314260306ad

temperature conversions (#169)

MMaarcooC committed 3 months ago

README

The README file for this repository.

The Algorithms - PHP

Gitpod ready-to-code

The Algorithms - PHP, is a library or framework written in the PHP programming language that provides a set of algorithms and data structures for various computational tasks. It aims to simplify the implementation of common algorithms and data structures in PHP, making it easier for developers to leverage these powerful tools in their projects.

All algorithms implemented in PHP - for education

The Implementations in this repo are examples and may be less efficient than the implementations in the PHP standard Library.

Contribution Guidelines:

To Contribute to this repo please take your time to read our Contribution Guidelines before you contribute.

Community Channels

We're on Discord and Gitter! Community channels are great for you to ask questions and get help. Please join us!

List of Algorithms

See the directory for easier navigation and to view the current list of algorithms.

Thanks for contributing!!