Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@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