Double linked list program

inbapuvi
@inbapuvi-ol4SBc • Oct 25, 2024

I give some problem of double linked list program. so please give me a program for implementation of double linked list using c++ language. The functions are insert, delete, search, & display the node. please help me😕😕😕

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • pradeep_agrawal

    @pradeep-agrawal-rhdX5z Sep 1, 2009

    Refer the below post in which i have used doubly linked list as a stack. By looking into the code you should be able to write code for simple double link list.

    The code has logic for insertion and deletion but not searching, but i feel you will be able to write that also.

    #-Link-Snipped-#

    -Pradeep