Skip to content

Jciel/astar-algorithm-clojure

Repository files navigation

Search A*

Implementation of search algorithm A* to present as work in AI discipline of computer science course

Usage

First you must have Clojure and Leiningen installed Clojure and Leiningen, after entering the project directory and running in your terminal.

lein run

This algorithm is working with a fixed graph like the following image

and a heuristic function with the following values

A = 30
B = 26
C = 21
D = 7
E = 22
F = 36
G = 0

About

A* algorithm in Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published