linkedlist

package
v0.0.0-...-9e50583 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cell

type Cell struct {
	Row  int
	Col  int
	Vals []int
	Prev *Cell
	Next *Cell
}

type LinkedList

type LinkedList struct {
	Head        *Cell
	Last        *Cell
	CurrentCell *Cell
}

func (*LinkedList) AddCell

func (p *LinkedList) AddCell(row, col int, arr []int) error

func (*LinkedList) CountNodes

func (p *LinkedList) CountNodes() int

func (*LinkedList) ShowAllEmptyCells

func (p *LinkedList) ShowAllEmptyCells() error

Jump to

Keyboard shortcuts

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