Skip to content

Markdown typesetting #9

@ibarapascal

Description

@ibarapascal

No5: Linked list
README.md

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions