codedecks-in/LeetCode-Solutions

I want to contribute a solution of leetcode problem number 1512

OjasTulswani opened this issue · 1 comments

PS - Given an array of integers nums, return the number of good pairs.

A pair (i, j) is called good if nums[i] == nums[j] and i < j.

Thanks for helping us improve and opening your first issue here! Don't forget to give us a 🌟 to support us.

While you're waiting, I just wanted to make sure you've had a chance to look at our Readme and Pull Request Guidelines.