Implement fun insertAtBeginning(element:E)
for Doubly Linked List
#53
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Taking reference from issue #48 , implement the
insertAtBeginning(element:E)
function for a Doubly Linked List. This function will insert an element at the beginning 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 pull request with the data structure implementation, and wait for comments from @code-sherpas/kollections-maintainers.
Minimum acceptance criteria
The text was updated successfully, but these errors were encountered: