Doubly linked chain

I just started linked lists and I am somewhat confused. There is a problem in my textbook asking to create a define a class to represent a node in a doubly linked chain. C

Can someone show me how to do that. Maybe then I will understand how it all works
Do some research about linked list, try a book on data structures, Google, YouTube, Wikipedia. First you have to understand what a linked list is, then things will become much more clear.
Last edited on
Topic archived. No new replies allowed.