wrong-about-everything/radix-tree
最新稳定版本:1.0.1
Composer 安装命令:
composer require wrong-about-everything/radix-tree
包简介
This library builds a radix tree and outputs it either as is, or as a reg exp.
README 文档
README
This library builds a radix tree and outputs it as a php code, as well as a regular expression. Here is a post explaining the source code. It covers fundamentals of Radix trees. Also, it visualizes an algorithm for inserting a new leaf node, as well as an algorithm for looking up a leaf node.
Run tests with
php ../vendor/phpunit/phpunit/phpunit --exclude-group slow ./
If you want to run slow tests, run them one by one since they are very demanding memory-wise.
统计信息
- 总下载量: 4.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-06-20