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

feat: Add Two Pair Sum Program #118

Open
khushis28 opened this issue Oct 25, 2023 · 1 comment
Open

feat: Add Two Pair Sum Program #118

khushis28 opened this issue Oct 25, 2023 · 1 comment

Comments

@khushis28
Copy link

The purpose of the program is to find pairs of elements in the arr vector that sum up to a specific target value (sum in this case), which is set to 80. The program iterates through the vector, comparing each element with all subsequent elements to check if their sum equals the target value. When such a pair is found, it is printed to the console.

@khushis28 khushis28 changed the title Add Two Pair Sum Program feat: Add Two Pair Sum Program Oct 25, 2023
@abhi-yo
Copy link

abhi-yo commented Oct 26, 2023

Can you please assign this to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants