Talk:AVL tree/C sharp: Difference between revisions

m
(→‎Possible bug: new section)
Line 5:
The sample code in Main seems to work fine: (but only because the items are always added to the "right"?)
 
Set<string> s = new Set<string>() {"S0","S1","S2","S3","S4","S5","S6","S7","S8","S9"};
"S5","S6","S7","S8","S9"};
 
but when I test with this code:
Anonymous user