Sunday, April 5, 2015

LeetCode [80] Remove Duplicates from Sorted Array II


Note

  • i is the index of the next available position
  • j is the index of the to be examined number


Ref
[1] https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii/
OJ

No comments:

Post a Comment