Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 588 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 588 Bytes

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