面试题
摘要:题目:有两个字符串a和b,要求使用b中包含的字符组成a,b中的每个字符只能用一次。 public static boolean canConstruct(String ransomNote, String magazine) { char[] ran =ransomNote.toCharArray(
阅读全文
posted @ 2019-11-16 21:18
posted @ 2019-11-16 21:18
posted @ 2019-11-09 22:25
posted @ 2019-11-04 18:21
posted @ 2019-11-04 18:15
posted @ 2019-11-01 21:43