Tony's Log

Algorithms, Distributed System, Machine Learning

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2014年2月19日

摘要: Another palindrome related problem. Actually nothing too theoretical here, but please keep following hints in mind:1. How to check whether a natural number is Palindrome Not sure whether there's closed form to Palindrome, I simply used a naive algorithm to check: log10() to get number of digits, 阅读全文
posted @ 2014-02-19 13:38 Tonix 阅读(204) 评论(0) 推荐(0)