随笔分类 -  简单

摘要:Description: Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Example 1: Example 2 阅读全文
posted @ 2018-08-16 17:26 双肩包码农 阅读(107) 评论(0) 推荐(0)
摘要:Description: Given a 32-bit signed integer, reverse digits of an integer. Example 1: Example 2: Example 3: Note:Assume we are dealing with an environm 阅读全文
posted @ 2018-08-16 16:50 双肩包码农 阅读(127) 评论(0) 推荐(0)
摘要:Description: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input 阅读全文
posted @ 2018-08-13 16:08 双肩包码农 阅读(149) 评论(0) 推荐(0)