TheAlgorithms / PHP

All Algorithms implemented in PHP
MIT License
2.14k stars 467 forks source link

Implemented Trie Data Structure #162

Closed Ramy-Badr-Ahmed closed 2 months ago

Ramy-Badr-Ahmed commented 2 months ago

Contents:

GitHub Actions

All tests and workflows (in my forked repository) have passed.

Code style

directory_md

PHP Composer


Reference

Data Structures and Algorithms in C++, 2nd Edition

Ramy-Badr-Ahmed commented 1 month ago

EDIT:

PR is complemented with #172