A collection of Python scripts and experiments for learning and fun. in other words: Pyth-fun :D
-
Alphabetically Optimized Palindrome with Partially Known Letters
A solution for generating the lowest possible alphabetical palindrome from a given string, which may include wildcard characters.
-
coming soon ...
-
Clone the repository:
git clone https://github.com/yourusername/python-sandbox.git cd python-sandbox -
Run a script:
python path/to/script.py
-
Run tests:
make test