Skip to content
#

uniform-cost-search

Here are 173 public repositories matching this topic...

This repository contains implementation of different AI algorithms, based on the 4th edition of amazing AI Book, Artificial Intelligence A Modern Approach

  • Updated Oct 2, 2021
  • Jupyter Notebook

A fine-tuned visual implementation of Informed and Uninformed Search Algorithms such as Breadth First Search, Depth First Search, Uniform Cost Search, A* Search, Greedy First Search

  • Updated Mar 7, 2020
  • Python

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 uniform-cost-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 uniform-cost-search topic, visit your repo's landing page and select "manage topics."

Learn more