Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 357 Bytes

File metadata and controls

18 lines (16 loc) · 357 Bytes

Algorithm-and-Data-Structure-in-PHP

Algorithm and Data Structure in PHP

A collection of some data structure algorithms implemented by PHP :

Linked List
Doubly Linked List
Binary Tree
Binary Search Tree
Red-Black Tree
Self-balancing Binary Search Tree
B-tree
B+ tree
Queue
Stack
Graph
Heap
Binary Heap