package
0.0.0-20211230051422-45e99aeff32b
Repository: https://github.com/achoarnold/cracking-the-coding-interview.git
Documentation: pkg.go.dev

# Functions

BuildMaxHeapFromArray creates a new max heap from an array of values.
BuildMinHeapFromArray creates a new min heap from a slice of integers.
NewMaxHeap creates a new max heap.
NewMinHeap creates a new min heap.

# Structs

MaxHeap represents a max heap.
MinHeap is the data structure for a min heap.