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.
- Linked List
- Stack
- Queue
- Tree
- Hash table
- Graph
- Heap
- Recursion
- Sorting
- Search
- Pattern Matching