ec0g / algostruct

A package of algorithms and data structures written in PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI Coverage Status

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)

About

A package of algorithms and data structures written in PHP.

License:MIT License


Languages

Language:PHP 100.0%