tech-interview-prep-course
tech-interview-prep-course copied to clipboard
1. Two Sum
https://leetcode.com/problems/two-sum/
Be careful not to solve via brute force. Make sure you use a hash table.