Dijkstra's Shortest Path for 6, 18, and 26-Connected 3D (Volumetric) Image Volumes
-
Updated
Jan 10, 2025 - C++
Dijkstra's Shortest Path for 6, 18, and 26-Connected 3D (Volumetric) Image Volumes
Solve scrambled 2x2x2 Rubik’s Cubes in under a second using BFS
CIT-316 (Artificial Intelligence Sessional)
Implemented reinforcement learning algorithms, including Value-Iteration and Q-Learning, for a 2D grid world Markov Decision Process resembling a Pac-man game. Also applied the Mini-Max algorithm and common path-planning techniques such as A*, Dijkstra, and bidirectional search.
A browser game where pathfinding algorithms race against each other!
Solving 8-puzzle problem
A toy project where I play around with automatic solving of rubiks cubes using bidirectional breadth first search
a simple robot to hold butter to customer on table
Smart Vacuum Cleaner Agent
Course by University of California San Diego on Algorithms on Graphs
Bidirectional BFS in Golang for fewest-hops paths (i.e. unweighted shortest paths)
Porjects for Algorithmic Techniques for Artificial Intelligence
Visualizations of several most popular pathfinding algorithms (Dijkstra's algorithm, A* search etc.)
Solutions to google foo.bar challenge.
All solutions to the problems in the "Graph Theory I" study plan on LeetCode.
Maze Project on the subject of Uninformed search in artificial intelligence and expert systems course
Prolog program to find and show step by step Rubiks cube solution.
This is the repository for the paper "On Parallel External-Memory Bidirectional Search"
42 Algorithm project that solve n-puzzle
Add a description, image, and links to the bidirectional-search topic page so that developers can more easily learn about it.
To associate your repository with the bidirectional-search topic, visit your repo's landing page and select "manage topics."