lc0046

package
v0.0.0-...-38cfe7b Latest Latest
Warning

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

Go to latest
Published: Nov 5, 2024 License: MIT Imports: 2 Imported by: 0

README

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LinkedList

type LinkedList interface {
	AddLast(int)
	AddFirst(int)
	PollFirst() (int, bool)
	PollLast() (int, bool)
}

func NewLinkedList

func NewLinkedList(values ...int) LinkedList

Jump to

Keyboard shortcuts

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