This repository contains my personal solutions to the challenging and engaging puzzles provided by "Fiddler on the Proof." A big thank you to Zach Wissner-Gross for providing these fascinating puzzles.
"Fiddler on the Proof" presents a series of mathematical and computational puzzles that challenge our understanding of algorithms, logic, mathematics, and more. In this repository, you'll find my approach to solving these puzzles using various programming languages and techniques.
Below is the list of puzzles, along with the link to the solutions in this repository:
To run the code for a specific puzzle, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/fiddler-solutions.git
- Navigate to the specific puzzle directory.
- Run the code using the instructions provided in the individual README of each puzzle.