indra-kc / DSA

A collection of essential Data Structures and Algorithms implemented in Python.
0 stars 5 forks source link

Two Sum Problem #14

Closed ShoomanKhatri closed 1 month ago

ShoomanKhatri commented 1 month ago

Problem: Given a list of numbers and a target, return indices of the two numbers that add up to the target.

ShoomanKhatri commented 1 month ago

Please assign this task to me.

indra-kc commented 1 month ago

done

ShoomanKhatri commented 1 month ago

completed