fm-snippets
fm-snippets copied to clipboard
Challenge 8 solution bug
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.