Py-Contributors / AlgorithmHackerRank

HackerRank Algorithm Solution With Python/C++🚀
https://codeperfectplus.com/
MIT License
11 stars 9 forks source link

Pairs Problem HackerRank #9

Closed Vidhish-Trivedi closed 2 years ago

Vidhish-Trivedi commented 2 years ago

Please assign yourself before Making a PR.

Problem statement : Given an array of integers and a target value, determine the number of pairs of array elements that have a difference equal to the target value.

Problem Link : https://www.hackerrank.com/challenges/pairs/problem

Happy Coding


Vidhish-Trivedi commented 2 years ago

Hello, could you assign this problem to me, I would like to contribute it's solution.

Vidhish-Trivedi commented 2 years ago

Made a pull request, please review.