2019年11月16日

面试题

摘要: 题目:有两个字符串a和b,要求使用b中包含的字符组成a,b中的每个字符只能用一次。 public static boolean canConstruct(String ransomNote, String magazine) { char[] ran =ransomNote.toCharArray( 阅读全文

posted @ 2019-11-16 21:18 大地豆奶 阅读(72) 评论(0) 推荐(0)

导航