Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Class in C++

Status
Not open for further replies.

yogpatel

Programmer
Jan 30, 2010
7
IN
Hello,
I got question in interview "Write class for Double Linked List" if u know please reply me.Thanx,
Regards,
Patel
 
What seems to be the problem? Are you having problems understanding what a doubly linked list is, or are you having problems with the class portion of the assignment? A double linked list is a linked list that can be traversed forwards and backwards. The class should be generic enough to handle any type of data structure passed to it, and include the basic functions of traverse forward and backwards, insert and delete.
You are not getting any responses to this request because it is a fundamental coding ability test. The Interviewer has asked you to do this as an assessment of YOUR coding abilities, not ours. I don't want to sound unkind, but you might take the fact that you are having problems with this as a hint that you might need a refresher course in Data Structures.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top