码迷,mamicode.com
首页 > 其他好文 > 详细

[LeetCode] Reverse Pairs 翻转对

时间:2017-04-02 00:50:24      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:cal   pair   ret   etc   array   reverse   return   int   leetcode   

 

Given an array nums, we call (i, j) an important reverse pair if i < j and nums[i] > 2*nums[j].

You need to return the number of important reverse pairs in the given array.

Example1:

Input: [1,3,2,3,1]
Output: 2

 

Example2:

Input: [2,4,3,5,1]
Output: 3

 

Note:

  1. The length of the given array will not exceed 50,000.
  2. All the numbers in the input array are in the range of 32-bit integer.

 

s

 

[LeetCode] Reverse Pairs 翻转对

标签:cal   pair   ret   etc   array   reverse   return   int   leetcode   

原文地址:http://www.cnblogs.com/grandyang/p/6657956.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!