Skip to content

Commit 82fd047

Browse files
authored
Update README.md
1 parent 11139f3 commit 82fd047

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

README.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,37 @@
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.

0 commit comments

Comments
 (0)