Trie

package
v0.0.0-...-b590be1 Latest Latest
Warning

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

Go to latest
Published: May 16, 2018 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Node

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

type Trie

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

func (Trie) Add

func (trie Trie) Add(item string)

func (*Trie) Init

func (trie *Trie) Init()

func (Trie) Remove

func (trie Trie) Remove(item string) bool

func (Trie) Search

func (trie Trie) Search(item string) bool

Jump to

Keyboard shortcuts

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