An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with gbfs-algorithm

A curated list of projects in awesome lists tagged with gbfs-algorithm .

https://github.com/hxndev/solving-a-maze-using-gbfs-and-a-star

In this, we solved a maze using both Greedy Best First Search Algortihm and A* Algorithm

a-star a-star-algorithm a-star-path-finding a-star-search code gbfs gbfs-algorithm greedy-best-first-search maze maze-solver python

Last synced: 16 Jun 2025

https://github.com/mhashim6/ai-classic-search-alogrithms

Informed & Uninformed Search algorithms [school assignment]

ai astar-algorithm bfs-algorithm dfs-algorithm gbfs-algorithm ucs-algorithm

Last synced: 05 Mar 2025

https://github.com/ayax537/greedy-best-first-search-gbfs-maze-solver

This Python script implements the Greedy Best-First Search (GBFS) algorithm to solve a maze using the Turtle graphics library. The program visually represents the maze and the search process, allowing users to observe how the algorithm explores paths to find a solution based on heuristic evaluation.

ai gbfs-algorithm greedy-algorithms greedy-bfs greedy-search

Last synced: 26 Mar 2025