Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-ui authored Jan 8, 2023
1 parent caed150 commit 1394adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 0027-remove-element/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ It does not matter what you leave beyond the returned k (hence they are undersco

<pre><strong>Input:</strong> nums = [0,1,2,2,3,0,4,2], val = 2
<strong>Output:</strong> 5, nums = [0,1,4,0,3,_,_,_]
<strong>Explanation:</strong> Your function should return k = 5, with the first five elements of nums containing 0, 0, 1, 3, and 4.
<strong>Explanation:-</strong> Your function should return k = 5, with the first five elements of nums containing 0, 0, 1, 3, and 4.
Note that the five elements can be returned in any order.
It does not matter what you leave beyond the returned k (hence they are underscores).
</pre>
Expand All @@ -52,4 +52,4 @@ It does not matter what you leave beyond the returned k (hence they are undersco
<li><code>0 &lt;= nums[i] &lt;= 50</code></li>
<li><code>0 &lt;= val &lt;= 100</code></li>
</ul>
</div>
</div>

0 comments on commit 1394adb

Please sign in to comment.