Doubly Linked List carry a link element that is called first and last. Every link carries a data field(s) and two link fields called next and prev. Each link is linked with its next link using its next link. Each link is linked with its previous link using its previous link.