Implement head()
function for a Doubly Linked List
#52
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
head()
function for a Doubly Linked List. This function will get the element at the head 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: