linked_list

package
v0.0.0-...-3a7704f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LinkedList

type LinkedList struct {
	// contains filtered or unexported fields
}

func NewLinkedList

func NewLinkedList(args ...int) *LinkedList

func (*LinkedList) Len

func (l *LinkedList) Len() int

func (*LinkedList) String

func (l *LinkedList) String() string

type Node

type Node struct {
	// contains filtered or unexported fields
}

func NewNode

func NewNode(value int) *Node

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL