Skip to content

endwaa/AStar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A STAR

Assignment in course TDT4136 Introduction to AI.

Algorithm for finding shortest path.

Part 1

Simple board, only non-blocking and blocking cells, and all costs are set to 1. (board-1-*)

Part 2

Different cell contents with associated cost. (board-2-*)

About

Python implementation of the A* algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages