Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

I added two new methods to the Doubly Linked List class (Java)

Open Mortrack opened this issue 3 years ago • 0 comments
trafficstars

The introduced methods are: set() to change the value of a currently existing node of the Linked List with a desired data at a specified index; and get() to obtain a specific value of a currently existing node with respect to a specified index.

Mortrack avatar Jun 28 '22 03:06 Mortrack