Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Two Sum Problem in javascript folder #299

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

ankitjhagithub21
Copy link
Contributor

Given an array of integers and a target sum, write a function in JavaScript that finds two numbers in the array that add up to the target sum. Return the indices of the two numbers. Assume that there is exactly one solution, and you may not use the same element twice.

@Saloni6111 Saloni6111 added the hacktoberfest-accepted contribute for hacktoberfest 2024 label Oct 4, 2024
@Saloni6111 Saloni6111 merged commit 7adbf28 into Saloni6111:main Oct 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted contribute for hacktoberfest 2024
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants