Google 2016 面試題6 | Count of Smaller Numbers After Self(數組計數)

Google 2016 面試題6 | Count of Smaller Numbers After Self(數組計數) 題目描述 java 給定一個數組nums,返回一個計數數組count,count[i]表示nums中第i個右邊有多少個數小於nums[i]面試 Example: nums = [5, 2, 6, 1] 輸出[2,1,1,0] 算法 分析解答數組 此題不難給出O(N^2)的算法,
相關文章
相關標籤/搜索