链表数据排序
A1053 Path of Equal Weight (30 point(s))
DFS 取和为s的路径
A1054 The Dominant Color (20 point(s))
记录数组出现个数,取超过一半的数
A1055 The World's Richest (25 point(s))
按要求排序
A1056 Mice and Rice (25 point(s))
queue 取本轮最大重量大mouse进入下一轮
A1057 Stack (30 point(s))
stack栈使用,求第K大的数:块状数组/树状数组
A1058 A+B in Hogwarts (20 point(s))
不同进位数相加
A1059 Prime Factors (25 point(s))
素数因子计算
A1060 Are They Equal (25 point(s))
科学计数法
A1061 Dating (20 point(s))
两字符串进行比对,找第一个符合要求相同的字符