examples

package
v0.0.0-...-161e8ee Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BinarySearchTree

func BinarySearchTree()

func Graph

func Graph()

func LinkedList

func LinkedList()

Types

type BSTNode

type BSTNode struct {
	Val   int
	Left  *BSTNode
	Right *BSTNode
}

type BSTTree

type BSTTree struct {
	Root BSTNode
}

type List

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

type Node

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

Jump to

Keyboard shortcuts

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