Practice Test Geeks home

CodeSignal Technical Assessment Coding Challenges and Practice 2

In a CodeSignal challenge, you need to find all pairs in an array that sum to a target value.
Which data structure gives the most efficient average-case solution?

Select your answer