Contains Python code for various assignments and leetcode problems related to data structures and algorithms.
-
Updated
Mar 8, 2024 - Python
Contains Python code for various assignments and leetcode problems related to data structures and algorithms.
The tree search algorithm used to solve a dynamic lot-size problem in the paper by Baker et al.
Implementation of various tree search algorithms with the goal of creating a chess bot
A Python-based chess-like board game featuring advanced AI strategies including Minimax and Alpha-Beta pruning algorithms. Implements both offensive and defensive heuristics with performance metrics tracking and GUI visualization using Pygame.
Implementation of Depth-First Tree Search algorithm for solving a sudoku puzzle
Search algorithms for 8-puzzle problem search problem and traveling salesman optimization problem.
Simple implementation of 2048 in python. Command line and pygame interface.
Benchmark suite for active learning (with surrogate models) in scientific discovery, featuring standardised tasks in materials science and biology 🧪🤖
A simple python class for search in binary tree. This class provides a few methods for searching in binary tree. Search methods are recursive and non-recursive. You can easily search in binary tree with only on left or right child, and you can search in binary tree with both left and right child.
Simple BFS search to solve N-Puzzle Problem
graph search algorithms depicted on a nxn matrix graph
Generate NYT-style 'Letter Boxed' games!
These are the solved problem set for MIT course given at https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-034-artificial-intelligence-fall-2010/assignments/
Search Tree Tests for Artificial Intelligence
Master's Thesis project at University of Agder, Spring 2020. Classification with Tsetlin Machine on board game 'GO'.
This is AI course project Autonomous Player to Maximize the Performance in 2048 Tile Game Group. We set up game 2048 environment and use tree search algorithm and reinforcement learning to play the game
A Simulator for complex logistic environments
An algorithmic solver for the https://www.powerlanguage.co.uk/wordle/ game
Add a description, image, and links to the tree-search topic page so that developers can more easily learn about it.
To associate your repository with the tree-search topic, visit your repo's landing page and select "manage topics."