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

Find the triplet that sum to a given value. #37

Open
shrutigrover25 opened this issue Oct 6, 2021 · 2 comments
Open

Find the triplet that sum to a given value. #37

shrutigrover25 opened this issue Oct 6, 2021 · 2 comments

Comments

@shrutigrover25
Copy link

Given an array and a value, find if there is a triplet in array whose sum is equal to a given value. If there is such triplet present, then print the value and return true else return false.

Language - C++

Discuss the most optimised approach.

@shrutigrover25
Copy link
Author

Please assign me this issue as a part of hacktoberfest.

@anishsaraogi
Copy link

I would like to work on this issue!

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