Skip to content
#

a-star-algorithm

Here are 227 public repositories matching this topic...

This project implements two nature-inspired optimization algorithms: Moth Flame Optimization (MFO) and Honey Badger Optimization (HBO). Both algorithms are designed to solve complex optimization problems by mimicking behaviors observed in nature. also it includes a path finding algorithm, A-star

  • Updated Jun 30, 2024
  • Python

This repository contains a Python implementation of the A* algorithm for solving the n-puzzle problem. The code was developed as a homework assignment and includes detailed comments and explanations. With this implementation, you can solve n-puzzle problems of various sizes and explore the algorithm's behavior and performance.

  • Updated Mar 20, 2020
  • Python

Improve this page

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

Learn more