Resource Type | Posted On |
Prolog program that defines a predicate maxlist (L,Max) where Max is the greates... | Feb 22 |
Prolog program that defines a relation max(X,Y,Max) where Max is the greater of ... | Feb 22 |
Prolog program to define two predicates evenlength(List) and oddlength(List) so ... | Feb 22 |
Prolog program of predicate ordered (List) which is true if List is an ordered l... | Feb 21 |
Prolog Program to find Maximum of X and Y using Cut Predicate | Sep 08 |
Program to find greatest number from two numbers using if statement | Nov 08 |
Program to find greatest number from one dimensional array | Nov 29 |
Prolog program to check whether a number is a member of given list or not | Feb 21 |
Prolog program to find sum of all the numbers in a given list | Feb 21 |
Prolog program to generate first 10 prime numbers and store them in a list | Feb 21 |
Prolog program to find summation of list of numbers | Feb 21 |
Prolog program to find maximum number from a list | Feb 22 |
PROLOG PROGRAM TO SPLIT A LIST IN TWO LISTS SUCH THAT ONE LIST CONTAINS NEGATIVE... | Feb 22 |
Program to find least common multiple and greatest common factor of 2 numbers | Jul 04 |
Prolog program that defines a relation count(A,L,N) that counts into N the numbe... | Feb 22 |
Prolog program to define the relation translate(List1, List2) to translate a lis... | Feb 21 |
Prolog program Define the relation last(item,list) so that item is the last elem... | Feb 21 |
Prolog program to define the relation last(item,list) so that item is the last e... | Feb 22 |
Prolog program to merge two ordered list generating an ordered list | Feb 22 |
Prolog program to check whether a list is an ordered list or not | Feb 22 |
Prolog program to concatenate two lists giving third list | Feb 21 |
Defines and lists types of expressions | Sep 11 |
Defines stack and lists basic operations and properties of stack | Jul 06 |
Prolog program to concatenate two lists, an element is a member of a given list ... | Feb 22 |
PROGRAM TO FIND CORRELATION BETWEEN TWO DATA SETS DEFINED NUMBER OF PROCESSES | Apr 23 |
|
PROGRAM TO FIND THE MEAN OF USER DEFINED NUMBER OF ARRAY ELEMENTS | May 03 |
ProLog Program to convert decimal number to roman number | Feb 21 |
ProLog Program to find maximum number from inputted numbers | Feb 21 |
Predicate logic representation and then converting them to prolog, prove the... | Feb 23 |
Prolog program to find last item of the list | Feb 22 |
PROLOG PROGRAM TO DETERMINE WHETHER A ELEMENT IS A MEMBER OF LIST | Feb 22 |
PROLOG PROGRAM TO FIND THE PERMUTATION OF THE GIVEN LIST | Feb 22 |
Prolog program to find the nth element of a list | Feb 22 |
Prolog program to rotate a list n places to the left | Sep 08 |
Prolog program to reverse a list | Feb 22 |
PROLOG PROGRAM TO FIND SUBLISTS OF THE GIVEN LIST | Feb 22 |
ProLog Program to sort the list of integers using Insertion Sort | Feb 21 |
ProLog Program to read list of strings and numbers and copy in database having h... | Feb 21 |
ProLog Program to read list of strings and numbers and copy in database having h... | Feb 21 |
ProLog Program to sort a list using Quick Sort | Feb 21 |
Prolog program to find the sum of the elements in the list | Feb 22 |
Prolog program to write the elements of the list line by line | Feb 22 |
Prolog program to find whether the length of a list is even or odd | Feb 22 |
Prolog program to reverse a given List | Feb 22 |
Prolog program to reverse a list using concatenate | Feb 22 |
Prolog program to add an element to the begining of a list | Feb 21 |
Prolog program to delete an element from a list using concatenate | Feb 22 |
Prolog program to delete an element from a given list without using concatenate | Feb 22 |
Prolog program to find the nth element of a list | Feb 22 |
Prolog program to generate the sublist of a given list | Feb 22 |