Skip to content
#

heuristics

Here are 641 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

Improve this page

Add a description, image, and links to the heuristics 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 heuristics topic, visit your repo's landing page and select "manage topics."

Learn more