TheAlgorithms / PHP

All Algorithms implemented in PHP
MIT License
2.15k stars 468 forks source link

Implemented AVL Tree Data Structure #163

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

Note

PR is complemented with #173