Skip to content
#

greedy-best-first-search

Here are 100 public repositories matching this topic...

Simple Python project that uses standard libraries in conjunction with PyGame for the GUI. Allows the user to create a maze using their mouse, define starting position [S_i,S_j], goal position [G_i,G_j], and run different pathfinding algorithm visualizations from informed (Greedy, A*) to uninformed (DFS,BFS) and choose between L1 and L2 heuristics

  • Updated Apr 27, 2023
  • Python

This is a homework about various Uninformed and Informed search algorithms, implemented for solving a simple game. This homework is a part of many projects in a Fundamentals to AI course @ FUM.

  • Updated Jul 13, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the greedy-best-first-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the greedy-best-first-search topic, visit your repo's landing page and select "manage topics."

Learn more