Resource Type | Posted On |
Prolog program to delete an element from a given list without using concatenate | Feb 22 |
Prolog program to delete an element from a list using concatenate | Feb 22 |
Prolog program to delete an element from a given list | Feb 21 |
Prolog program to concatenate two lists, an element is a member of a given list ... | Feb 22 |
Prolog program to concatenate two lists giving third list | 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 last element in a given list | Feb 21 |
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 reverse a list using concatenate | Feb 22 |
Prolog program Define the relation last(item,list) so that item is the last elem... | Feb 21 |
Program to concatenate of two strings without using strcat function | Sep 11 |
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 find the nth element of a list | Feb 22 |
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 DETERMINE WHETHER A ELEMENT IS A MEMBER OF LIST | Feb 22 |
Prolog program to find the permutations of a given list i.e. to find all possibl... | Feb 22 |
Prolog program to reverse a given List | Feb 22 |
PROLOG PROGRAM TO FIND THE PERMUTATION OF THE GIVEN LIST | 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 check whether a given list is palindrome or not | Feb 21 |
Prolog program to reverse a given list | Feb 21 |
PROLOG PROGRAM TO FIND SUBLISTS OF THE GIVEN 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 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 |
ProLog Program to sort a list using Quick Sort | Feb 21 |
ProLog Program to sort the list of integers using Insertion Sort | Feb 21 |
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 |
write a script to delete zero sized files from a given directory (and all its... | Mar 21 |
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 COPY ONE STRING INTO ANOTHER STRING WITH AND WITHOUT USING "MOVSB" IN... | Mar 13 |
PROGRAM TO COMPARE TWO STRINGS WITH AND WITHOUT USING "CMPSB" INSTRUCTION USING... | Dec 02 |
Program to merge two linked list, restricting commomn elements to occur only... | Oct 15 |
Program of histogram for given data element | Apr 28 |