chandrikadeb7 / Hacktoberfest_2021

This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
MIT License
113 stars 264 forks source link

Task 1 - Valid Pair Sum #338

Closed akshitasinghal4444 closed 2 years ago

akshitasinghal4444 commented 3 years ago

I have done a question from gfg named Valid Pair Sum .

In this were given an array of size N and we had to find the number of distinct pairs {i, j} (i != j) in the array such that the sum of a[i] and a[j] is greater than 0.

Please merge this pr into Task 1 .