摘要: [抄题]: Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. For example,"A man, a plan, a cana 阅读全文
posted @ 2020-05-19 21:25 苗妙苗 阅读(133) 评论(0) 推荐(0) 编辑
摘要: [抄题]: [暴力解法]: 时间分析: 空间分析: [奇葩输出条件]: [奇葩corner case]: [思维问题]: 没想到while循环 [一句话思路]: 先要把字符串转成数组,再转回来,数据结构白学了? [输入量]:空: 正常情况:特大:特小:程序里处理到的特殊情况:异常情况(不合法不合理的 阅读全文
posted @ 2020-05-19 09:34 苗妙苗 阅读(135) 评论(0) 推荐(0) 编辑