- π I hold a degree in Data Science from CY Tech engineering school and studied Operational Research and Decision Support at PSL-Dauphine University, France.
- π Currently focused on enhancing my Machine Learning skills through hands-on projects.
- 𧩠Fun fact: I love solving puzzles and games, so youβll find plenty of challenges on this page featuring well-known problems like Sudoku and chess.
- π± The creation of this github profile marks the start of an exciting adventure in the world of IT after completing my studies. Let's see where it takes me! π
Implementation of an algorithm for solving a Sudoku instance Note πI used PuLP library to solve the Integer Programming problem. |
Implementation of an algorithm for solving Roma Puzzle instances. Note πSolving Roma puzzles is NP-complete and involves advanced graph theory and constraint satisfaction techniques. |