Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 430 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 430 Bytes

Data Structure with PHP 8

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

  1. Linked List
  2. Stack
  3. Queue
  4. Tree
  5. Hash table
  6. Graph
  7. Heap

List of Algorithms

  1. Recursion
  2. Sorting
  3. Search
  4. Pattern Matching