Question: This program implements insertion and display functions of a pointer based two-way linked List. make some alterations or use this program to perform following tasks
This program implements insertion and display functions of a pointer based two-way linked List.
make some alterations or use this program to perform following tasks in C++.
1. Write a function to insert a new node at front of doubly linked list. (at head) 2. Write a function to print numbers in doubly linked list in reverse order. 3. Write a function to insert a new node after a node having certain value in a pointer based doubly list. 4. Write a function to delete a node having certain value from a pointer based linked list. 5. Write a function to search maximum value from a pointer based doubly linked list.
#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
