structs

package module
v0.0.0-...-25b94fb Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: MIT Imports: 4 Imported by: 0

README

structs

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewLinkedList

func NewLinkedList[T Ordered]() *list[T]

func NewQueue

func NewQueue[T cmp.Ordered]() *queue[T]

Initializes queue for given type T.

func NewStack

func NewStack[T Ordered]() *stack[T]

Initializes stack for given type T

Types

type Ordered

type Ordered cmp.Ordered

Jump to

Keyboard shortcuts

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