8000 Updated file change · Deyems/Algorithms-Explanation@f2d877c · GitHub
[go: up one dir, main page]

Skip to content

Commit f2d877c

Browse files
authored
Updated file change
In array, elements can be accessed "randomly" and not "dynamically". I made proposed change.
1 parent 10d1761 commit f2d877c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data Structures/Linked Lists/Singly Linked List.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Singly Linked List is a linear and connected data structure made of Nodes. Each
99

1010
### Drawbacks
1111

12-
- Elements can be accessed sequentially not dynamically compared to an array
12+
- Elements can be accessed sequentially not randomly compared to an array
1313
- Extra memory allocation needs to be done for pointers which connects elements in a linked list
1414

1515
### Time Complexity

0 commit comments

Comments
 (0)
0