Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/peteprattis/predicate-and-array-items
- Owner: PetePrattis
- License: mit
- Created: 2019-11-14T21:38:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T21:41:27.000Z (about 5 years ago)
- Last Synced: 2023-09-14T10:17:30.165Z (about 1 year ago)
- Topics: computer-science, list, logic-programming, predicates, program, prolog, student
- Language: Prolog
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
>