Skip to content
#

searching-algorithm

Here are 39 public repositories matching this topic...

I have put together an extensive repository focusing on Data Structures and Algorithms in Python. The goal is to equip developers with a deep understanding of these fundamental concepts, preparing them for technical interviews.

  • Updated Mar 26, 2024
  • Jupyter Notebook

In this project, the Pac-Man agent finds paths through its maze world, both to reach a particular location and to collect food efficiently. Search algorithms such as Depth First Search, Bread First Search, Uniform Cost Search and A-star search are applied to Pac-Man scenarios.

  • Updated Nov 6, 2017
  • Python

Improve this page

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

Learn more