Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/leonardpepa/freecell-solitaire-ai-solver
Freecell solitaire Solver Project for Artificial Intelligence course from University of Macedonia
astar astar-algorithm astar-pathfinding astar-search-algorithm best best-first-search bfs breadth-first-search dfs freecell-solver game java leonard leonardpepa leonardpepagithub pathfinding pepa university-assignment university-of-macedonia uom
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
https://github.com/sukhmancs/maze-solver
a-star-algorithm best-first-search bfs-search breadth-first-search dfs-search queue stack
Last synced: 11 Oct 2024