aalhour / C-Sharp-Algorithms

:books: :chart_with_upwards_trend: Plug-and-play class-library project of standard Data Structures and Algorithms in C#
MIT License
5.91k stars 1.4k forks source link

Data structure request: AVLTreeMap #126

Open kenancasey opened 4 years ago

kenancasey commented 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.

github-actions[bot] commented 4 years ago

Thanks for supporting the development of C# Algorithms with your first issue! We look forward to handling it.

aalhour commented 4 years ago

Hello @kenancasey,

Thanks for submitting an issue. Would you like to contribute that to the project?