Skip to content

andreas19/avltree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avltree

Go Reference

A generic AVL tree for Go.

Most of the code in this package is an adaptation from the Python code in chapter 5 of the book Algorithms in a Nutshell, 2nd edition by George T. Heineman, Gary Pollice & Stanley Selkow, O'Reilly 2016, ISBN: 978-1-491-94892-7.