Skip to content

Opening book details…

About this document

Double Linked List Implementation in Java by Joe Ezeh is a document available to read on EtoBox.

The document describes a DoubleLinkedList class that implements a doubly linked list. It contains methods like initializeList(), isEmptyList(), front(), back(), length(), print(), reversePrint(), search(), insertNode(), deleteNode(), toString(), recursiveToString(), backwardsString(), recursiveBackwardsString(), equals(), copy(), and reversedCopy() to perform common doubly linked list operations like inserting, deleting, searching, printing the list in forward and backward order, comparing lists for equalit

Author
Joe Ezeh
Language
EN