Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 717 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 717 Bytes

Introducing logic programming

Slideshow

The slideshow uses DZSlides by compiling a markdown file with Pandoc. See here for more details.

Examples

Useful to showcase different Prolog mechanisms.

Sudoku

Toy sudoku solver to showcase that Prolog can be extremely efficient if it's working on the right type of problem.