Two Sum - Unique Pairs - Company-specific OAs / Amazon OA

Write a function that takes a list of numbers and a target number, and then returns the number of unique pairs that add up to the target number.


This is a companion discussion topic for the original entry at https://algo.monster/problems/two_sum_unique_pairs/