Open kenancasey opened 4 years ago
I was surprised to see a BinaryTreeMap and a RedBlackTreeMap but no AVLTreeMap (given the fact that there is an AVLTree implementation in the library).
For the sake of completion, I'd like to see an AVLTreeMap added.
Thanks for supporting the development of C# Algorithms with your first issue! We look forward to handling it.
Hello @kenancasey,
Thanks for submitting an issue. Would you like to contribute that to the project?
I was surprised to see a BinaryTreeMap and a RedBlackTreeMap but no AVLTreeMap (given the fact that there is an AVLTree implementation in the library).
For the sake of completion, I'd like to see an AVLTreeMap added.