Skip to content

Commit acb62cf

Browse files
authored
Update README.md
1 parent c281290 commit acb62cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ Big-Theta refers to the tight bound of time or space complexity of an algorithm.
108108
- Indexing: Linked Lists: `O(n)`
109109
- Search: Linked Lists: `O(n)`
110110
- Optimized Search: Linked Lists: `O(n)`
111-
- Append: Linked Lists: `O(1)`
112-
- Prepend: Linked Lists: `O(1)`
111+
- Append: Linked Lists: `O(1)`
112+
- Prepend: Linked Lists: `O(1)`
113113
- Insertion: Linked Lists: `O(n)`
114114

115115

0 commit comments

Comments
 (0)