GitXplorerGitXplorer
T

PHP

public
2192 stars
479 forks
5 issues

Commits

List of commits on branch master.
Unverified
81b5386af390fd2b44fecf162ade3b1a940c8500

updating DIRECTORY.md

ddarwinz committed 7 days ago
Unverified
5a335fa98dbad231425aecdf1f1648ce480d94a7

updating DIRECTORY.md

ddarwinz committed 14 days ago
Unverified
334f87601e9459e324c4f133216e1b831135239b

Sieve of Eratosthenes algorithm

committed 5 months ago
Unverified
6b52263d4a06d6727ac5adace4d3a80c7b45244b

Neural networks perceptron classifier

committed a month ago
Unverified
7c3f2f8b47855c6a16d01111a040eacd8d2e73e3

updating DIRECTORY.md

ddarwinz committed 14 days ago
Unverified
beb386c21ed5eff82529002458bd911f99c4dc62

code style fix

committed a month 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!!