8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d1761 commit f2d877cCopy full SHA for f2d877c
Data Structures/Linked Lists/Singly Linked List.md
@@ -9,7 +9,7 @@ Singly Linked List is a linear and connected data structure made of Nodes. Each
9
10
### Drawbacks
11
12
-- Elements can be accessed sequentially not dynamically compared to an array
+- Elements can be accessed sequentially not randomly compared to an array
13
- Extra memory allocation needs to be done for pointers which connects elements in a linked list
14
15
### Time Complexity
0 commit comments