Closed shubhamjain1402 closed 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.
Assigned
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! 🚀
🟢 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