Skip to content

Commit 6830e00

Browse files
committed
feat: add remove duplicate
1 parent 7aef9c3 commit 6830e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/content/posts/remove_duplicates_from_sorted_array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Constraints:
2121
- Do not allocate extra space for another array. Modify the input array in-place with O(1) extra memory.
2222

2323

24-
Don't change the lenght of the array return the index of the last element after your operations.
24+
Don't change the length of the array return the index of the last element after your operations.
2525

2626

2727
## Solution 1

0 commit comments

Comments
 (0)