package
0.0.0-20240131150731-99cda8c7308a
Repository: https://github.com/bartossh/algo.git
Documentation: pkg.go.dev

# Functions

NewErrEmptyList returns error of empty list.
NewList returns pointer to newly populated with args double linked List.

# Variables

ErrEmptyList error representation of ErrorEmpty List.

# Structs

List represents double linked list.
Node represents double linked list node.

# Interfaces

ListActions provides interface to access or manipulate List values.
NodeActions provides interface to move between Nodes.

# Type aliases

ErrorEmptyList error of empty list.