prolog-exercises
There are 62 repositories under prolog-exercises topic.
rachelwiles/GoT-Check
:crossed_swords: Game of Thrones character database and family trees in Prolog
MuhammadSulaiman001/prolog-lab
SWI-Prolog Tutorial
harshjuly12/SWI-Prolog
This is a prolog repository contains logic-based code for symbolic reasoning, AI algorithms, and other rule-based applications.
sjbushra/Medical-Diagnosis-system-using-Prolog
Medical Diagnosis system using Prolog
brunocampos01/prolog-language
Aulas e exercícios de PROLOG, vista nas matérias: Paradigmas da computação e Sistemas inteligentes
AMITKESARI2000/Ivan-Bratko-Prolog-Examples
PROLOG PROGRAMMING FOR ARTIFICIAL INTELLIGENCE by lvan Bratko, E.Kardelj University. J.Stefan Institute Yugoslavia
Carleslc/Puzzles
Different puzzles to think and enjoy programming.
daniryski/prolog-programming-for-ai-exercises
My solutions to the exercises from "Prolog Programming for Artificial Intelligence" by Ivan Bratko
matsmolinski/ProLog-Lab
Short programs with expert systems
Maxmuthee/Family-tree-Prolog
This repository encompasses the builds that are mainly concerned with Family tress for people to be able to find their backgrounds and Hereditary roots
appositum/99-Prolog-Problems
P-99: Ninety Nine Prolog Problems
fp555/euler-prolog
My Prolog solutions to Project Euler problems
JohnFromSpace/Prolog
Prolog is a logic programming language associated with artificial intelligence and computational linguistics.
jumans92/Prolog
Ejercicios sobre Programación Lógica
LuisFernandoBenatto/Exercicios-Prolog
Resolução de exercícios usando Prolog
MaksymAndreiev/LogicProgrammingCourse
A workshop on the course "Artificial Intelligence Systems" at V. N. Karazin Kharkiv National University.
pcichowski/functional-programming
Collection of exercises to practice functional programming, carried out for Programming Languages course on the 3rd semester of CS
raulpy271/languages_bot
💬 Um chatbot de recomendação de linguagens de programação em prolog
yashelter/Prolog-learning
Репозиторий с собранными работами по курсу программирования на Prolog'е
DesireeAv/99-Problems
This is a repository that will have the solutions to the Ninety-Nine Prolog Problems in various lenguages
xairaven/Learn-Prolog-Now
Code snippets from the book "Learn Prolog Now!" written by Patrick Blackburn, Johan Bos, and Kristina Striegnitz.
yago-san-fdz/quienesquien_yago
Repositorio para la práctica del juego ¿Quién es Quién? usando Prolog SWI
AbdelrhmanReda17/Customer-Order-Management-System
This Prolog code implements a customer order management system using Prolog predicates.
Carapacik/collectorsshop-expert-system
Prolog Expert System for https://collectorsshop.ru
davidenox/Prolog-Education
A short excursus of my adventure with Prolog
gautamop01/CS300-Programming-Language-Paradigms
Haskell and Java Programming Language Course
Jihad82/Family-tree-prolog
This is a Prolog code that defines various facts and rules related to family relationships. It allows you to query relationships such as father, mother, grandfather, grandmother, sister, aunt, brother, uncle, and ancestor based on the provided facts.
JustFallBack/prolog_HUB
Small Prolog programs I did during a course at Avignon Université.
leandrojsandoval/ParadigmasDeProgramacionProlog
Ejercicios resueltos de Prolog de la materia Paradigmas de Programacion (2023).
leonardo8787/chat_bot_music_recommendation_prolog
Chat for music recommendation with prolog language.
matheusvictor/prolog-mata56-2023-1
Exercícios de PROLOG para praticar o paragdima lógico.
megaVE/prolog-tasks
My solution for the tasks from the Logic Programming discipline, during the 3th period of the course | Resoluções minhas dos trabalhos propostos durante a disciplina de Programação Lógica, no 3º Período do curso
MrBElga/prolog
exercicios de introdução a inteligência artificial feito em prolog
thkox/uni_2022-logic-programming-multiple-exercises
This repository contains solutions for the exercises from the "Logical Programming" course, offered in the 5th semester of the 2022 academic year at the University of Piraeus, Department of Informatics.
yabetancourt/HigherOrderPredicatesInProlog
Higher order predicates are a very useful tool in Prolog for building generic and reusable predicates