mmazoni / data-structure
Implementing most of data structures in PHP 8
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mmazoni/data-structure
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.5
This package is not auto-updated.
Last update: 2025-12-18 08:53:45 UTC
README
This code was based in the book - PHP 7 Data Structure and Algorithms - by Mizanur Rahman. It was built with the new version of PHP. The goal of this project is focus in data structure and algorithms using modern PHP.
List of Data Structures
- Linked List
- Stack
- Queue
- Tree
- Hash table
- Graph
- Heap
List of Algorithms
- Recursion
- Sorting
- Search
- Pattern Matching