package
0.0.0-20220720150152-e90a610b5d70
Repository: https://github.com/kevisong/go.git
Documentation: pkg.go.dev

# Functions

New returns an initialized doubly linked list.
NewD returns an initialized doubly linked list.
NewDR returns an initialized doubly linked ring.

# Structs

No description provided by the author
ListD defines a doubly linked list n <---> ..
ListDR defines a doubly linked list implemented using ring |-------------------------| root <--> n <---> ..
Node defines the node in a linked list.
NodeD defines the node in a doubly linked list.
NodeDR defines the node in a doubly linked list.

# Interfaces

IList defines the linked list interface.