Skip to content
View jeantotola's full-sized avatar

Block or report jeantotola

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Enigma_Machine_Simulator Enigma_Machine_Simulator Public

    Python implementation of the Enigma encryption machine.

    Python

  2. Noughts_and_Crosses_Alpha-Beta_Pruning Noughts_and_Crosses_Alpha-Beta_Pruning Public

    High-performance Noughts and Crosses using Minimax with Alpha-Beta pruning

    Python

  3. Sudoku_CSP_MRV Sudoku_CSP_MRV Public

    Sudoku solver modelled as a Constraint Satisfaction Problem and implementing Minimum Remaining Values heuristics

    Python

  4. Eight_Queens_Hillclimbing Eight_Queens_Hillclimbing Public

    Local Search Algorithm aiming to solve an Eight Queens Game

    Python

  5. Connect_Four_Solver_Fully_Optimized Connect_Four_Solver_Fully_Optimized Public

    A solver for the Connect Four game that uses α-β Pruning, End-Game Tables, Simmetry Optimization, and Evaluation Functions.

    Python