You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Definition Double Linked List
list arrangement not normal
**Additions**-`add`: grow the list by adding items to the end of the list.
**Removals**-`remove`: will always remove from a given position in the list.
**Search**-`contains`: will search the list for a value.
**Display**-`display`: displays the complete list in a forward manner.
The text was updated successfully, but these errors were encountered:
No5: Linked list
README.md
Definition Double Linked List
list arrangement not normal
The text was updated successfully, but these errors were encountered: