Skip to content

feat: add palindrome checker solution in Python - #92

Open
jeevitha-14s wants to merge 1 commit into
tripti-gupta700:mainfrom
jeevitha-14s:feature/add-dsa-solution
Open

feat: add palindrome checker solution in Python#92
jeevitha-14s wants to merge 1 commit into
tripti-gupta700:mainfrom
jeevitha-14s:feature/add-dsa-solution

Conversation

@jeevitha-14s

Copy link
Copy Markdown

📝 What did you do?

Added a palindrome checker solution in Python under DSA/Strings/palindrome.py. The function checks if a string reads the same forwards and backwards, with test cases included.


🗂️ Type of Change

  • ✨ New solution / feature
  • 🐛 Bug fix
  • 📝 Documentation update
  • 🧹 Code cleanup / refactor

✅ Self-Review Checklist

  • My code runs without errors
  • I followed the folder structure from the README
  • I added comments/docstrings explaining my logic
  • My branch name is descriptive
  • I linked the issue above
  • I haven't modified unrelated files

📸 Screenshots / Output (if applicable)

Screenshot 2026-06-03 at 6 03 14 PM True False True

💬 Anything else?

This is my first open source contribution! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant