Arrays are fundamental. These problems will help you get comfortable with array manipulation, iterating, and basic search operations. Two Sum (No. 1): A classic. Given an array of integers nums and an ...
Solved by myself, key takeaway is that a set can not be manipulated so you must convert it into a list. Solved on my own with no time constraints. Very reminiscent of molecular translations in my mind ...