Resource Type | Posted On |
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 concatenate two lists, an element is a member of a given list ... | Feb 22 |
Prolog program to delete an element from a given list | Feb 21 |
Prolog program to reverse a list using concatenate | Feb 22 |
Prolog program to concatenate two lists giving third list | 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 find the sum of the elements in the list | Feb 22 |
Prolog program to add an element to the begining of a list | Feb 21 |
Prolog program to find the nth element of a list | Feb 22 |
Prolog program to insert an element anywhere in the list | Feb 22 |
Prolog program to add an element in a head position in given list | Feb 21 |
Prolog program to add an element in a last position in given list | Feb 21 |
Prolog program to find the last element in a given list | Feb 21 |
Prolog program to write the elements of the list line by line | Feb 22 |
Prolog program to find the nth element of a list | Feb 22 |
PROLOG PROGRAM TO DETERMINE WHETHER A ELEMENT IS A MEMBER OF LIST | Feb 22 |
Circular link list with create, insert, delete, display operations using structu... | Jul 19 |
Doublely link list with create, insert, delete and display operations using stru... | Nov 01 |
Doublely circular link list with create, insert, delete, display operations usin... | Jan 25 |
Program to perform array operations like append, insert, delete, edit, display a... | Dec 04 |
Program to delete mth element from an input string | Oct 27 |
Do the following for the Array Insert the element in the array,delete an element... | Mar 28 |
Singly Linked list with following operations INSERT AT STARTING, INSERT AT MIDD... | Sep 15 |
|
ProLog Program to sort a list using Quick Sort | Feb 21 |
ProLog Program to sort the list of integers using Insertion Sort | Feb 21 |
Prolog program to find the permutations of a given list i.e. to find all possibl... | Feb 22 |
Prolog program to check whether a list is an ordered list or not | Feb 22 |
Prolog program to merge two ordered list generating an ordered list | Feb 22 |
Add,delete,Update in LISTS | Dec 06 |
Program of circular doubly link list with insert, append, delete, copy, reverse ... | Aug 27 |
Function for deleting an item from linked list | Feb 26 |
Shell script to perform operations like display, list, make directory and copy, ... | May 12 |
Prolog program to generate a fibonacci series of N elements | Feb 22 |
Program to merge two linked list, restricting commomn elements to occur only... | Oct 15 |
Example to concatenate a string using select query | Aug 09 |
Program to concatenate of two strings without using strcat function | Sep 11 |
Perform insert, delete, merge and delete multiple occurrences of a number from a... | Aug 19 |
Program to concatenate one linked list at end of another and than to erase all n... | Nov 18 |
Prolog program that defines a relation count(A,L,N) that counts into N the numbe... | Feb 22 |
Prolog program to find whether the length of a list is even or odd | Feb 22 |
Prolog program to define two predicates evenlength(List) and oddlength(List) so ... | Feb 22 |
Prolog program to generate the sublist of a given list | Feb 22 |
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 find the length of a given list | Feb 21 |
Prolog program to use of list | Feb 21 |
Prolog program of predicate ordered (List) which is true if List is an ordered l... | Feb 21 |
Prolog program to check whether a given list is palindrome or not | Feb 21 |