Code RecipeNov 30, 20216 min readTwo Sum - Leetcode #1 Short & Simple SolutionConsider you given an array of integers and a target sum, return indices of two numbers in the array such that they add up to target.