Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with best-first-search

A curated list of projects in awesome lists tagged with best-first-search .

https://github.com/leonardpepa/pathfinding-visualizer

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

astar astar-algorithm astar-pathfinding astar-search-algorithm best-first-search bfs breadth-first-search depth-first-search dfs dsa-algorithm java leonard leonardpepa pathfinder pathfinding pepa shortest-path-algorithm shortest-paths visualization visualizer

Last synced: 12 Oct 2024

https://github.com/aveek-saha/pac-man

πŸ•Ή A recreation of the classic Pac-Man game with better AI for the ghosts.

a-star-search best-first-search dijkstra-shortest-path game-2d pac-man pacman phaserjs

Last synced: 05 Nov 2024

https://github.com/a-tokyo/help-r2-d2-escape

πŸ”πŸ€–An informative visualization of the different search types used by AI agents.

a-star-search ai best-first-search bfs dfs greedy-search ids informative informed-search search simulator stimulation ucs uninformed-search

Last synced: 22 Oct 2024

https://github.com/jaiswalchitransh/ucs-with-best-first-search

Implementation of UCS on Romania to find shortest distance from Arad to Bucharest based on best-first search algorithm. It uses a dictionary that stores current city mapped to (parent city, current best distance), and frontier is a priority queue to process nodes containing (node id, current city, priority value).

artificial-intelligence best-first-search heuristic-search-algorithms heuristics project python python-3 python3 searching-algorithms ucs uniform-cost-search

Last synced: 05 Nov 2024