摘要: A palindrome is a string that reads the same forward and backward, for example, radar, toot, and madam. In this lesson we discuss how to approach the 阅读全文
posted @ 2018-08-10 18:42 Zhentiw 阅读(200) 评论(0) 推荐(0)
摘要: The anagram test is commonly used to demonstrate how an naive implementation can perform significant order of magnitudes slower than an efficient one. 阅读全文
posted @ 2018-08-10 18:26 Zhentiw 阅读(236) 评论(0) 推荐(0)