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 7aef9c3 commit 6830e00Copy full SHA for 6830e00
blog/content/posts/remove_duplicates_from_sorted_array.md
@@ -21,7 +21,7 @@ Constraints:
21
- Do not allocate extra space for another array. Modify the input array in-place with O(1) extra memory.
22
23
24
-Don't change the lenght of the array return the index of the last element after your operations.
+Don't change the length of the array return the index of the last element after your operations.
25
26
27
## Solution 1
0 commit comments