Skip to content
#

abstract-data-types

Here are 120 public repositories matching this topic...

ashikka
ashikka commented Oct 13, 2021

Taking reference from issue #48 , implement the insertAtIndex(index: Integer) function for a Doubly Linked List. This function will insert elements at the specified index of the Doubly Linked List.

First step

Search, read, and understand information about doubly-linked lists, and how they are implemented.

Second step

Open a

enhancement good first issue hacktoberfest-accepted

Improve this page

Add a description, image, and links to the abstract-data-types topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the abstract-data-types topic, visit your repo's landing page and select "manage topics."

Learn more