Skip to content

Implement linked-list functions without a head node. #2

@bigeasy

Description

@bigeasy

Implement the following functions without using a head node, but using functions.

  • create ~ Create a new linked-list.
  • push ~ Add to the head of the list.
  • pop ~ Remove from the front of the list.
  • dump ~ Print contents of linked list.

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