redblack

package
v0.0.0-...-19e92e5 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Color

type Color int8
const (
	Red   Color = 1
	Black Color = 2
)

func (Color) String

func (c Color) String() string

type Node

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

func Delete

func Delete(root *Node, key int) *Node

func Insert

func Insert(root *Node, key int) *Node

Jump to

Keyboard shortcuts

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