在数组中的两个数字,如果前面一个数字大于后面的数字,则这两个数字组成一个逆序对。输入一个数组,求出这个数组中的逆序对的总数P。并将P对10000...
题目描述数组中有一个数字出现的次数超过数组长度的一半,请找出这个数字。例如输入一个长度为9的数组{1,2,3,2,2,2,5,4,2}。由于数字...
Given a set of candidate numbers (C) (without duplicates) and a target n...
题目 Determine whether an integer is a palindrome. Do this without extra s...
自己在做个vue小demo的时候,想模拟从服务器获取json数据的过程,一开始的想法是使用fetch直接获取本地的json文件,无论是insta...
题目 Reverse digits of an integer.The input is assumed to be a 32-bit sign...
题目 Given a string s, find the longest palindromic substring in s. You ma...
题目 There are two sorted arrays nums1 and nums2 of size m and n respectiv...
题目 Given a string, find the length of the longest substring without repe...