99 Problems
Project page | https://eternodevir.com/projects/99-problems |
---|---|
Area | Laboratory |
Domain | Programming Logic |
Role | Author |
Launched | November 14, 2023 |
Status | |
Core | Multi-language |
License | GPL-3.0 |
Repository | GitHub, Sourcehut |
This repository contains my programming practice of the classic "Ninety-Nine Prolog Problems" crafted by Werner Hett at the Berne University of Applied Sciences in Berne, Switzerland. I plan to explore these problems in different programming languages.
The purpose of this problem collection is to give you the opportunity to practice your skills in logic programming. Your goal should be to find the most elegant solution of the given problems. Efficiency is important, but logical clarity is even more crucial. Some of the (easy) problems can be trivially solved using built-in predicates. However, in these cases, you learn more if you try to find your own solution.
The problems have different levels of difficulty. Those marked with a single asterisk (
*
) are easy. If you have successfully solved the preceeding problems you should be able to solve them within a few (say 15) minutes. Problems marked with two asterisks (**
) are of intermediate difficulty. If you are a skilled Prolog programmer it shouldn't take you more than 30-90 minutes to solve them. Problems marked with three asterisks (***
) are more difficult. You may need more time (i.e. a few hours or more) to find a good solution.— Werner Hett
Check the README.org
file to find out more.