Skip to content

Commit da21a07

Browse files
authored
Update README.md
1 parent 84d2d5b commit da21a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Understanding data structures and algorithms is crucial for writing efficient an
2020
In this section, you'll find implementations and explanations of various data structures, including but not limited to:
2121

2222
- [Arrays](https://github.com/mranidev/DSA_PHP/blob/main/ARRAYS.md)
23-
- Linked Lists
23+
- [Linked Lists](https://github.com/mranidev/DSA_PHP/blob/main/LINKEDLIST.md)
2424
- Stacks
2525
- Queues
2626
- Trees (Binary Trees, Binary Search Trees, AVL Trees, etc.)

0 commit comments

Comments
 (0)