Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 270 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 270 Bytes

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-*)