C++ programm - TechRepublic
Question
September 22, 2008 at 02:38 AM
gowda.tgn

C++ programm

by gowda.tgn . Updated 17 years, 9 months ago

Write a C++ program to create a doubly linked list and support the following operation:
i). Insertion at the rear end
ii). Insertion at the specific position
iii). Traversing the entire list and displaying the nodes.
iv). Counting the occurrence of duplicate nodes

This discussion is locked

All Comments