Skip to content

naviloper/php-dsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages