Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 585 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 585 Bytes

PHP DSA

This project contains the implementation of some data structures and algorithms in PHP.

Table of Contents

  • Data Structures
    • Primitive data structures
    • Non-primitive data structures
      • Linear data structure
        • Array
        • Stack
        • Queue
        • Linked list
      • Non-linear data structure
        • Graph
        • Tree
  • Algorithms
    • Searching algorithms
    • Sorting algorithms
    • Graph algorithms
    • Greedy algorithms
    • Dynamic programming
    • Other algorithms