iddfs
Here are 16 public repositories matching this topic...
Sliding Puzzle solver and utilities
-
Updated
Jan 21, 2024 - Python
CIT-316 (Artificial Intelligence Sessional)
-
Updated
Feb 14, 2023 - Jupyter Notebook
Educational Python implementation of BFS, DFS, UCS, DLS, IDDFS, Greedy Best-First, and A* with a CLI, automated tests, and CI.
-
Updated
Aug 14, 2026 - Python
Conducting and examining Search Algorithms within a basic testing environment.
-
Updated
Mar 19, 2023 - Java
This folder contains all the search algorithm which is used in Artificial Intelligence field.
-
Updated
Mar 6, 2023 - Java
A self-play game showing how smart cat(s) captures the mice!
-
Updated
May 27, 2020 - Java
C++ Rubik's Cube solver implementing DFS, BFS, IDDFS, and IDA* with Corner Pattern Database for optimal solving, across three cube representations
-
Updated
Jun 9, 2026 - C++
High-performance autonomous game agent featuring Bitboard optimization, Zobrist Hashing, IDDFS, and A pathfinding
-
Updated
Mar 15, 2026 - Python
C++20 Rubik’s Cube solver with 1D, 3D, and bitboard cube models, BFS/DFS/IDDFS/IDA* search, and a corner pattern database heuristic
-
Updated
Jun 29, 2026 - C++
Examples of uninformed (iddfs), infromed (a-star) and local (beam) search.
-
Updated
May 10, 2020 - Python
Solving the sliding tiles puzzled using bdf, iddfs, gbfs and a*
-
Updated
Nov 18, 2024 - Python
A Python project that solves grid navigation with DFS, BFS, IDDFS, GBFS, UCS, and A* searches. Includes CLI metrics and a tkinter visualizer that shows frontier/visited/solution cells as the search runs.
-
Updated
Aug 19, 2025 - Python
Add this topic to your repo
To associate your repository with the iddfs topic, visit your repo's landing page and select "manage topics."