摘要: 今天面试好打脸!!! 阅读全文
posted @ 2019-04-23 22:21 鹏鹏进阶 阅读(224) 评论(0) 推荐(0) 编辑
摘要: import java.util.HashMap; import java.util.Map; /** * 在字符串中找出第一个只出现一次的字符。如输入"abaccdeff",则输出'b'。 * aabb 0 * aba b * aAa A */ public class Third { public static char findFirstNoRepeatChar... 阅读全文
posted @ 2019-04-23 22:21 鹏鹏进阶 阅读(313) 评论(0) 推荐(0) 编辑