We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d2d5b commit da21a07Copy full SHA for da21a07
README.md
@@ -20,7 +20,7 @@ Understanding data structures and algorithms is crucial for writing efficient an
20
In this section, you'll find implementations and explanations of various data structures, including but not limited to:
21
22
- [Arrays](https://github.com/mranidev/DSA_PHP/blob/main/ARRAYS.md)
23
-- Linked Lists
+- [Linked Lists](https://github.com/mranidev/DSA_PHP/blob/main/LINKEDLIST.md)
24
- Stacks
25
- Queues
26
- Trees (Binary Trees, Binary Search Trees, AVL Trees, etc.)
0 commit comments