Skip to content
#

astar-search-algorithm

Here are 158 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

Pathfinding Visualizer application that visualizes graph based search algorithms used to find the shortest path. Algorithms used: Breadth first search, Depth first search, Best first search and A* search made with java swing

  • Updated Feb 2, 2022
  • Java

This is an Artificial Intelligence project which solves the 8-Puzzle problem using different Artificial Intelligence algorithms techniques like Uninformed-BFS, Uninformed-Iterative Deepening, Informed-Greedy Best First, Informed-A* and Beyond Classical search-Steepest hill climbing.

  • Updated Aug 28, 2019
  • C++

. implement Bidirectional Dijkstra and use it to compute distances in social networks very quickly; 2. implement A* search algorithm and apply it to compute distances in road networks faster than the classic algorithms do; 3. implement Contraction Hierarchies algorithm and apply it to preprocess large road networks and then compute distances in …

  • Updated Apr 27, 2021
  • C++

Improve this page

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

Learn more