Question: Given two arrays of integers, find a pair of values (one value from each array) that you can sqap to give the two arrays the same sum. Example, Input: {4, 1, 2, 1, 1, 2} and {3, 6, 3, 3} Output: {1, 3}
From: Cracking the Coding Interview [McDowell]
Subject: Moderate
Load Another Question
Select a Subject Algorithm Analysis Arrays and Strings Bit Manipulation C and Cpp Code Quality Combinatorial Search Concurrency Data Structures Databases Design Patterns Dynamic Programming General Graph Theory Hard Java Knowledge Based Linked Lists Math and Logic Puzzles Moderate Object-Oriented Design Recursion Recursion and Dynamic Programming Soft Skills Sorting and Searching Stacks and Queues System Design and Scalability Testing Threads and Locks Trees and Graphs