You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program is a demonstration of a double linked list data structure. A double link list is a version of a linked list data structure where like a linked list it can act as a way to connect a list of data in memory in a linear sequence. What makes this structure different is that it can be traversed forward and backward