π Day 2 of #100DaysOfLeetCode
β Solved Problem 27: Remove Element
π Used two pointers from both ends
π§ͺ O(n) time | O(1) space | In-place array mutation
π§ Code Explanation π github.com/hassanaboukhalil/β¦
π Day 2 of #100DaysOfLeetCode
β Solved Problem 27: Remove Element
π Used two pointers from both ends
π§ͺ O(n) time | O(1) space | In-place array mutation
π§ Code Explanation π github.com/hassanaboukhalil/β¦