Algorithms in python and C
-
Updated
Nov 23, 2024 - Python
Algorithms in python and C
Collection of various Python programs
Express any number as the sum of three palindromes, based on a 2016 algorithm discovered by Javier Cilleruelo, Florian Luca, and Lewis Baxter.
This is palindrome application. text file reading. using python
This repo contains the answers for programming questions asked in interviews and coding rounds,
A python module for checking palindrome property in a string
Proste programy napisane w 🐍PYTHONIE🐍
A Python script that show on console the palindrome dates in a range of years
DNA analyser IBP - api wrapper for bioinformatics.ibp used for creating R-loop tracker, P53predictor, G4Killer and G4Hunter analysis
Palindrome seeker, bin file decode, power calculator and more
Next palindrome generator
Python code to check a palindrome (be it spaces or any other symbols included)
Enter a number, to check whether it is a Palindrome number or not !
This script finds the next palindrome number to that of the given palindrome number (if given number is palindrome)
Detect given input is a palindrome Word or number. file contains of 2 programs Palindrome & Palindromify the list.
Algorithm to find all Palindrome Words. Perfect algorithm
Given an integer x, return true if x is a palindrome, and false otherwise. Example 1: Input: x = 121 Output: true Explanation: 121 reads as 121 from left to right and from right to left. Example 2: Input: x = -121 Output: false Explanation: From left to right, it reads -121. From right to left, it becomes 121-. Therefore it is not a palindrome.
Palindrome Checker GUI is a Python app with a PySide6 interface that checks if a string reads the same forward and backward. It supports multi-line input, offers light and dark themes, and includes an exit button. Easily switch themes and get instant palindrome results with a user-friendly interface.
Add a description, image, and links to the palindrome topic page so that developers can more easily learn about it.
To associate your repository with the palindrome topic, visit your repo's landing page and select "manage topics."