mmazoni/data-structure

Implementing most of data structures in PHP 8

Maintainers

Package info

github.com/MMazoni/data-structure

pkg:composer/mmazoni/data-structure

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-04-09 10:10:11 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