I have implemented a binary search tree and I want to add more functionality in its insertion function to make it a self-balancing tree. I am coding in C#.
Can anybody please suggest me good tutorials or links on this? I did some searches and found some links, but none of them were descriptive enough.
Thanks.