You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gods/trees/avltree
emirpasic 5123d6be01 - fix comments/documentation, rigorous serialization testing 6 years ago
..
avltree.go - flip the output of avl tree (swap left with right children in output to mimick the output given by red-black tree) 8 years ago
avltree_test.go - all trees (de)serialization 8 years ago
iterator.go - mimicking iterator behavior as with red-black tree (copied/pasted same test from red-black tree and fixed the iterator logic) 8 years ago
serialization.go - fix comments/documentation, rigorous serialization testing 6 years ago