A working collection of Rosetta Code tasks solved in Python — algorithms, puzzles, math, string processing, and classic programming problems.
~349 solutions and counting.
Solutions span a wide range of task types:
- Algorithms — Dijkstra's algorithm, addition chains, continued fractions
- Math & number theory — De Polignac numbers, coprime triplets, primes
- Puzzles & games — 15-puzzle, 2048, 24 game, 100 prisoners, FreeCell
- Graphics & geometry — midpoint circle, rectangle division, Death Star
- Strings & text — alternade words, Latin verb conjugation
- Systems — chat server, terminal detection
Each file is a self-contained solution named after its Rosetta Code task.
Keeping the saw sharp. A standing exercise in problem-solving across many small, well-defined challenges.
rossetacode/
└── python/
└── <Task_Name>.py
Solutions are free to read, run, and learn from. Original task definitions belong to Rosetta Code under their respective licenses.