Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 219 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 219 Bytes

Prolog Assignment: Maze solver

Prolog coursework component for Programming Paradigms and Languages (14-15).

To execute:

  1. Compile all files from main.pl and write the following predicate: solve(From, To, Path).