mmazoni/data-structure

Implementing most of data structures in PHP 8

v1.0.0 2021-01-19 00:14 UTC

This package is not auto-updated.

Last update: 2024-09-26 02:57:25 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

  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