abhisek247767 / LeetCode2024-6Companies30Days

Make your first Pull Request on Hacktoberfest 2024. Don't forget to spread love and if you like give us a ⭐️
40 stars 64 forks source link

Reverse Pairs. #130

Closed shubhamjain1402 closed 1 month ago

shubhamjain1402 commented 1 month ago

🟢 Title :Reverse Pairs 🟢 Programming language :C++ 🟢 Objective :To return number of reverse pairs in an array. 🟢 Summary : Given an integer array nums, return the number of reverse pairs in the array.

A reverse pair is a pair (i, j) where:

0 <= i < j < nums.length and nums[i] > 2 * nums[j].

PR[#129] Please review the code under hacktoberfest

github-actions[bot] commented 1 month ago

👋 Thanks for opening this issue! First please star the repository and follow me in github. We appreciate your feedback and will look into it as soon as possible.

abhisek247767 commented 1 month ago

Assigned

github-actions[bot] commented 1 month ago

Hello @shubhamjain1402! Your issue #130 has been successfully closed. ✅ Thank you for your contribution and helping us improve the project! If you have any more ideas or run into other issues, feel free to open a new one. Happy coding! 🚀