Skip to content
View MarceloLeonCaceres's full-sized avatar
Block or Report

Block or report MarceloLeonCaceres

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Popular repositories

  1. BFS_Pocket_Rubik_Cube BFS_Pocket_Rubik_Cube Public

    Breadth First Search is used to solve the 2 x 2 x 2 Rubik's Cube, also known as the Pocket Cube

    Python

  2. Introduction-AI-0-Search-degrees Introduction-AI-0-Search-degrees Public

    This is a search problem where the actors are the states and the actions are the movies, which take us from one actor to another. The user can enter the name of two actors and the program will find…

    Python

  3. Introduction-AI-0-Search-tictactoe Introduction-AI-0-Search-tictactoe Public

    Using the Minimax algorithm, it is implemented an AI to play Tic-Tac-Toe optimally.

    Python

  4. Introduction-AI-1-Knowledge-knights Introduction-AI-1-Knowledge-knights Public

    We have 2 types of characters, knights who always tell the truth and knaves who always lie. Given a set of sentences spoken these type of characters, the program has to determine whether that chara…

    Python

  5. Introduction-AI-1-Knowledge-minesweeper Introduction-AI-1-Knowledge-minesweeper Public

    Minesweeper is a puzzle game that consists of a grid of cells, where some of the cells contain hidden "mines". The goal of the game is to identify each of the mines

    Python

  6. Introduction-AI-2-Uncertainty-heredity Introduction-AI-2-Uncertainty-heredity Public

    Each person has a gene random variable representing how many copies of a particular gene a person has. Given information about people, this AI has to make inferences about a population

    Python