在lLC646解题思路看到方法,但是不懂
赋相似的方法:
Arrays.sort(pairs,new Comparator<int[]>(){
public int compare(int[] a,int[] b){
return a[1]-b[1];
}
});
A<B,按照字符顺序就是升序
A>B,降序
LC646地址:https://leetcode-cn.com/problems/maximum-length-of-pair-chain/