Skip to content

linked list #2

Description

@matijabelec

add linked list with more functionality:

  • add data in list (at beginning, at end, on i-th position),
  • remove data from list (from beginnning, from end, from i-th position),
  • access i-th element,
  • search list for value,
  • sort list (a few algorithms)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions