Find all numbers that appear in both lists. The returned list should contain no duplicates. The order of numbers in the output does not matter.

Examples:

Input: list1 = [1, 2, 3, 4, 5], list2 = [4, 5, 6, 7, 8] Output: [4, 5] Input: list1 = [1, 2, 2, 3], list2 = [2, 2, 3, 4] Output: [2, 3]
Apex Code Editor

Welcome to Lightning Challenge!

How It Works

  • • Write your solution in the code editor
  • • Connect your Salesforce org to test
  • • Submit to check if your solution passes
  • • Use hints if you get stuck

Contest Alert

🏆 All Time Leaderboard

Contest runs January 1, 1970 - December 31, 9999. Complete challenges to climb the leaderboard!

Points are calculated for challenges completed during the contest period.

Wally can't hear you

Please sign in to access the AI Assistant

Sign In