ec0g/algostruct

用PHP编写的算法和数据结构的包。

dev-master 2018-07-24 00:00 UTC

This package is not auto-updated.

Last update: 2024-09-19 02:10:55 UTC


README

CircleCI Coverage Status

algostruct

用PHP编写的算法和数据结构的包。

每个算法或数据结构都是用OO PHP实现,并包含完整的测试覆盖。每个概念的理论基础是基于Cormen、Leiserson、Rivest、Stein等人所著的《算法》一书。

文档正在编写中...

目录

  • 二叉搜索树 (BST)
  • 红黑树 (RBT)