8000 Quickfix · Gekk0r/Algorithms-Explanation@bdae7dd · GitHub
[go: up one dir, main page]

Skip to content

Commit bdae7dd

Browse files
committed
Quickfix
1 parent e2da64a commit bdae7dd

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
@@ -15,7 +15,7 @@ Singly Linked List is a linear and connected data structure made of Nodes. Each
1515
### Time Complexity
1616

1717
| Operation | Average | Worst |
18-
| --------- |:-------:|:----: |
18+
|:---------:|:-------:|:-----:|
1919
| Access | O(n) | O(n) |
2020
| Search | O(n) | O(n) |
2121
| Insertion | O(1) | O(1) |

0 commit comments

Comments
 (0)
0