Description: for(i=1 i<=link1.GetLengthofLink() i++)
{
int e=link1.GetElement(i)
if(link2.LinkLocate(e)==0)
{
newnode=(struct node*)malloc(sizeof(struct node))
newnode->data=e
newnode->next=NULL
newnode->front=NULL
link2.LinkInsert(1,newnode)
}
}
To Search:
File list (Check if you may need any files):
linklist.cpp