[Documentation Update]: Add solution to the leetcode problem 906 - Super Palindromes #3834
Closed
13 tasks done
Labels
CodeHarborHub - Thanks for creating an issue!
dsa-solution
Label for solutions related to Data Structures & Algorithms.
gssoc
GirlScript Summer of Code | Contributor
GSSOC'24
GirlScript Summer of Code | Contributor
level1
GirlScript Summer of Code | Contributor's Levels
Is there an existing issue for this?
Issue Description
Let's say a positive integer is a super-palindrome if it is a palindrome, and it is also the square of a palindrome.
Given two positive integers left and right represented as strings, return the number of super-palindromes integers in the inclusive range [left, right].
Suggested Change
Add solution using Python, Java, C++, C and JavaScript
Rationale
No response
Urgency
High
Acknowledgements
The text was updated successfully, but these errors were encountered: