Skip to content

Can someone please explain to me what doubly linked lists are when it comes to programming? #1656

Answered by Emojees
Kuefo asked this question in Q&A
Discussion options

You must be logged in to vote

Doubly linked lists are categorized as a particular type of linked list in which traversal across the data elements can be done in both directions.
This is made possible by the presence of two links in every node, one that links to the node next to it and another that connects to the node before it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Kuefo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants