Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peteprattis/predicate-and-array-items

A script that has the predicate common_list (X, Y) that is true when both lists have at least one common element.
https://github.com/peteprattis/predicate-and-array-items

computer-science list logic-programming predicates program prolog student

Last synced: about 7 hours ago
JSON representation

A script that has the predicate common_list (X, Y) that is true when both lists have at least one common element.

Awesome Lists containing this project

README

        

# A Prolog Exercise / Project

**This is a Prolog project from my early days as a Computer Science student**

_This programm was created for the fifth semester class Logic Programming
and it is one of the final projects necessary to pass the class_

> #### Description of project
>
>>A script that has the predicate common_list (X, Y) that is true when both lists have at least one common element.

> #### About this project
>
> - The comments to make the code understandable, are within the .pl archive
> - This repository was created to show the variety of the work I did and experience I gained as a student
>