File tree Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change 11# PHP-Data-Structure-and-Algorithms
2- I will try to build popular data structures and solve algorithms using PHP.
2+ This repository will feature different datastructure and algorithm implementations using PHP. Any feedback, bugs or suggestion will be welcomed.
3+
4+ Topics I will cover here
5+
6+ 1 . Linked List
7+ - Single Linked list
8+ - Circular Linked list
9+ - Doubly Linked List
10+ - Doubly Linked list using SPL
11+
12+ 2 . Stacks
13+ - Stack using Array
14+ - Stack using Linked List
15+ - Stack using SPL
16+
17+ 3 . Queues
18+ - Queue using Array
19+ - Queue using Linked List
20+ - Queue using SPL
21+ - Priority Queue
22+ - Circular Queue
23+ - Double Ended Queue - DeQueue
24+
25+ 4 . Trees
26+
27+ 5 . Graph
28+
29+ 6 . Sorting
30+
31+ 7 . Searching
32+
33+ 8 . Dynamic Programming
34+
35+ 9 . Greedy algorithm
36+
37+ 10 .
You can’t perform that action at this time.
0 commit comments