package
0.0.0-20230118095600-6e17b5ed4a23
Repository: https://github.com/packtpublishing/learn-data-structures-and-algorithms-with-golang.git
Documentation: pkg.go.dev

# Functions

FibonacciNumber method.
Series method.
ThueMorseSequence method.

# Structs

BinarySearchTree class.
Dictionary class.
TreeNode class.
TreeSet type.

# Type aliases

DictKey is the key of the dictionary.
DictVal type.