Skip to content
#

palindrome-checker

Here are 15 public repositories matching this topic...

Решено 36 алгоритмических задач различной сложности на языке Python. Оформлен файл Readme.md с описанием каждой задачи и ссылками на исходный код с решениями.

  • Updated Nov 3, 2023
  • Python

Palindrome Checker is a Python program that checks if a string reads the same forwards and backwards. It handles multi-line inputs, ignores non-alphanumeric characters, and is case-insensitive. Users can continuously test strings and receive formatted feedback on whether each string is a palindrome.

  • Updated Sep 8, 2024
  • Python

Improve this page

Add a description, image, and links to the palindrome-checker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the palindrome-checker topic, visit your repo's landing page and select "manage topics."

Learn more