stack

package module
v0.0.0-...-1ff785c Latest Latest
Warning

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

Go to latest
Published: May 22, 2023 License: MIT Imports: 1 Imported by: 0

README

stack

a simple implementation of a stack data structure using linked list

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stack

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

func (*Stack) Clean

func (s *Stack) Clean()

func (*Stack) PopFromTheBack

func (s *Stack) PopFromTheBack() interface{}

func (*Stack) PushAtTheBack

func (s *Stack) PushAtTheBack(v interface{})

Jump to

Keyboard shortcuts

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