AI Features

Challenge: Find Duplicates in a List With No Repetition

Write a function to find the duplicates in a list with no repetition, in the most efficient way.

Problem statement

Given a list ...