Binary Tree in csharp

80酷酷网    80kuku.com

  Binary Tree in C# AuthorDate of SubmissionUser LevelPaul Abraham06/26/2001Intermediate  Source Code: BinaryTreePA.Zip 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 CLR  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 : paul_Abrahamgmx.de
have fun
Paul 

分享到
  • 微信分享
  • 新浪微博
  • QQ好友
  • QQ空间
点击: