Skip to content
#

uninformed-search

Here are 71 public repositories matching this topic...

Nowadays we all know that how much AI and ML algorithms could impact our applications in various parts. Nonetheless, this repository was created with the purpose of sharing rudimentary and practical algorithms and concepts in this major. You can check out the contribution rules to know how you can join us for this help.

  • Updated Mar 9, 2024
  • Jupyter Notebook

This program runs in console. It lets the user choose an algorithm to try to solve the 8-square problem with a random starting state. The algorithms included are depth-limited search, uniform-cost search, (greedy) best-first search, and A* search.

  • Updated Nov 1, 2022
  • Python

Improve this page

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

Learn more