AVL tree/C sharp: Difference between revisions

m
→‎Code: Fixed syntax highlighting.
No edit summary
m (→‎Code: Fixed syntax highlighting.)
 
(6 intermediate revisions by 3 users not shown)
Line 1:
== Documentation =Code===
 
<syntaxhighlight lang="csharp">
See [http://NNicrosopht.net/Html/English/Sets/index.html I#] for a description of the code.
 
== Code ==
 
<lang csharp>
// Finite Ordered Sets - 4State - Balanced
 
Line 769 ⟶ 765:
Utility.BalanceSet(Search, Direction.FromLeft);
Nodes++;
break;
}
}
Line 1,301 ⟶ 1,298:
}
}
</syntaxhighlight>
</lang>
9,476

edits