LeetCode 1: Two Sum
Date: January 15, 2026Category: Arrays | HashMapTime Taken: 15 minutesDifficulty: Easy
Problem Statement
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
Link: Two Sum
My Appr...
varchasvh.hashnode.dev2 min read