DRDeep Roopindeeproop.hashnode.dev·Jun 5, 2023 · 2 min readTwo Sum ( leetcode - 01 )Here I will show the brute force and the optimized solution for this problem. Problem Statement: Given an array of integers nums and an integer target, return the indices of the two numbers such that they add up to target. You may assume that each in...00