binary

command module
v0.0.0-...-381af0e Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2023 License: MIT Imports: 2 Imported by: 0

README

SELF-BALANCING BINARY TREE

An implementation of an AVL-tree, a self-balancing binary tree, in Golang.

This code is not well tested, and should not be used in production code.

Original code comes from Geeks for Geeks article, but I have added generics and my code uses methods instead of functions.

https://en.wikipedia.org/wiki/AVL_tree https://www.geeksforgeeks.org/avl-tree-implementation-in-golang/

TODO

  • Needs way more tests to make sure that this implementation works

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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