Skip to content

[Documentation Update]: Add solution to the leetcode problem 906 - Super Palindromes #3834

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
13 tasks done
katarianikita2003 opened this issue Jul 24, 2024 · 2 comments · Fixed by #3840
Closed
13 tasks done
Assignees
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

Comments

@katarianikita2003
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

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

  • I have read the Contributing Guidelines
  • I'm a GSSOC'24 contributor
  • I have starred the repository
  • I have read and followed the Contribution Guidelines
  • I have followed the code style guidelines of this project
  • I have checked for any existing open issues that my pull request may address
  • I have ensured that my changes do not break any existing functionality
  • Each contributor is allowed to create a maximum of 4 issues per day. This helps us manage and address issues efficiently
  • I have read the resources for guidance listed below
  • I have not used AI-generated content (e.g., ChatGPT, other AI tools)
  • I have not used content from existing sites (e.g., text, images)
  • I have followed all security rules and only shared trusted resources
@katarianikita2003 katarianikita2003 added the enhancement New feature or request label Jul 24, 2024
Copy link

Hi @katarianikita2003! Thanks for opening this issue. We appreciate your contribution to this open-source project. Your input is valuable and we aim to respond or assign your issue as soon as possible. Thanks again!

@ajay-dhangar ajay-dhangar added GSSOC'24 GirlScript Summer of Code | Contributor level1 GirlScript Summer of Code | Contributor's Levels gssoc GirlScript Summer of Code | Contributor dsa-solution Label for solutions related to Data Structures & Algorithms. labels Jul 24, 2024
Copy link

Hello @katarianikita2003! Your issue #3834 has been closed. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants