ec0g / algostruct
A package of algorithms and data structures written in PHP.
dev-master
2018-07-24 00:00 UTC
Requires
- php: >=7.1
Requires (Dev)
This package is not auto-updated.
Last update: 2024-10-31 02:39:41 UTC
README
algostruct
A package of algorithms and data structures written in PHP.
Each algorithm or data structure is implemented in OO PHP with full test coverage. The underlying theory for each concept is based on the work done in Algorithms by Cormen, Leiserson, Rivest, Stein et al.
The documentation is in progress...
Table of contents
Trees
- Binary Search Trees (BST)
- Red Black Trees (RBT)