Binary Tree in csharp
发表于:2007-06-30来源:作者:点击数:
标签:
Binary Tree in C# Author Date of Submission User Level Paul Abraham 06/26/2001 Intermediate Source Code: 4 KB The BinaryTree(Unbalanced). I am programmingC++ since 1997 andit was for me unimaginable to write an binary tree with out using p
Binary Tree in C# Author | Date of Submission | User Level |
Paul Abraham | 06/26/2001 | Intermediate |
Source Code: 4 KB
The Binary Tree(Unbalanced).
I am programming C++ since 1997 and it was for me unimaginable to write an binary tree with out using pointers. It was unusual to program the Method Delete() because we can control the memory release of a pointer ( delete pNode). In C# we must trust C
LR that it will do the Job for us. I have read the article 揋arabage collection?from Jeffrey Richter. This Article helps very much to deal with references. I have implemented the method Finalize() to watch the garbage collection. You
can contact me via email :
have fun
Paul
原文转自:http://www.ltesting.net