using circular link list by using class
Class Employee
{
Eid integer ;
Ename string;
Esalary real ;
Edesignation string ;
}
how we can do following operation:
Create a link list
Insert a node after a specific node with a given Eid
Insert a node before a specific node with a given Eid
Edit any field of a specific node with a given Eid
Delete a specific node with the given Eid
Delete the complete link list
Reverse the link list
Swapping of specific nodes with given Eid’s
Searching a specific node with the given Eid in the link list
Display the link list
Display only those employees whose salary is more than 15,000
Display only those employees whose id is odd numbered
Display only manager records.
ayershuja 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.