摘要: [抄题]: Given a nested list of integers, implement an iterator to flatten it. Each element is either an integer, or a list -- whose elements may also be 阅读全文
posted @ 2018-05-07 21:07 苗妙苗 阅读(145) 评论(0) 推荐(0)
摘要: [抄题]: Given a string, your task is to count how many palindromic substrings in this string. The substrings with different start indexes or end indexes 阅读全文
posted @ 2018-05-07 16:10 苗妙苗 阅读(174) 评论(0) 推荐(0)