News

This repository contains an implementation of the Uniform Cost Search (UCS) algorithm in Python. The code solves a graph search problem as described in an Artificial Intelligence lab task. The goal of ...
Basic uninformed search algorithms in AI: BFS, uniform cost search and A* search. The goal is to find a path in a matrix map with minimum cost. A program to solve a maze using Breadth First Search ...