This repository contains implementations of various Prolog assignments covering family trees, recursion, list operations, logic gates, sorting algorithms, database queries, graph search, puzzles, and expert systems.
- Prolog (SWI-Prolog recommended)
- GitHub for version control
- Install SWI-Prolog
- Clone the repository:
git clone https://github.com/yourusername/Prolog.git cd Prolog - Run any Prolog file:
swipl file_name.pl
prolog-lab/
│── day1.pl
│── day2.pl
│── day3.pl
│── day4.pl
│── day5.pl
│── README.md