To the Top
File:  root - text - article - 2020 - 02 - palindrome-integers.txt
Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | Home Page | Category: Computing | 356 Views, 23480 Search Bots | 57 Words

Subscribe to Feed Burner | Browse | Archive
Hi, here's your problem today. This problem was recently asked by Twitter:

Given an integer, check if that integer is a palindrome. For this problem do not convert the integer to a string to check if it is a palindrome.

import math

def is_palindrome(n):
# Fill this in.

print is_palindrome(1234321)
# True
print is_palindrome(1234322)
# False
Tags: 每日算法题, 算法, 数据结构, 面试题, Daily Interview Problem, Data Structures and Algorithms, Computer Programming, Python, | English | Home Page | Cateogry: Computing | 356 Views, 23480 Search Bots | 57 Words Subscribe to Feed Burner

Related Articles

  1. [Daily Problem] Validate Balanced Parentheses
  2. [Daily Problem] Remove k-th Last Element From Linked List
  3. Daily Interview Problem: Given two arrays, write a function to compute their intersection.
  4. Daily Interview Problem: Product of Array Except Self
  5. Daily Interview Question: Create a Simple Calculator
  6. Plus One
  7. Daily Interview Problem: Longest Substring With K Distinct Characters
  8. Daily Interview Puzzle: Intersection of Linked Lists
  9. Daily Interview Question: Longest Sequence with Two Unique Numbers
  10. Algorithm Interview: Longest Consecutive Sequence

Comments (0)

    Be the first one to comment this page !


Page Edited: May 11 2024 14:36:49 | RSS Subscription
How to Cook a Perfect Steak? | <meta name="robots" content="index, follow">