Implementing various tasks using Python
-
Updated
Jan 15, 2023 - Python
Implementing various tasks using Python
A C-based algorithmic solver for the 'Lucky Ticket' problem on 4-digit integers. It iterates through the range [1000, 9999] to count numbers where the sum of the first half of digits equals the sum of the second half.
Combinatorics solving lucky ticket calculation task
Add a description, image, and links to the lucky-tickets topic page so that developers can more easily learn about it.
To associate your repository with the lucky-tickets topic, visit your repo's landing page and select "manage topics."