mmazoni / data-structure
Implementing most of data structures in PHP 8
v1.0.0
2021-01-19 00:14 UTC
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.5
This package is not auto-updated.
Last update: 2025-04-24 05:47:04 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