Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 906. Super Palindromes
Count how many numbers in [left, right] are palindromes that are perfect squares whose integer square roots are also palindromes. Because right ≤ 10^18, the intended approach is to generate all palindromic roots up to sqrt(right) (odd/even lengths), square them, and check whether the square is a palindrome within the range.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.