fm-snippets icon indicating copy to clipboard operation
fm-snippets copied to clipboard

Challenge 8 solution bug

Open leungsekyu opened this issue 1 year ago • 0 comments

The solution has a bug when sub-arrays contain duplicate elements such as [5, 10, 15, 15] or [15, 88, 88, 1, 5, 7]. The filter is incapable to eliminate the inherent duplicates.

leungsekyu avatar Aug 18 '24 03:08 leungsekyu