Building a Tree Class

added by KodefuGuru
8/12/2011 11:13:03 PM

160 Views

In the article, Lambdas for Junior Developers, I built a TreeNode class with a Find method to demonstrate the use of lambdas. This was merely an example and not something I would actually use without some work. I am going to take the fledgling TreeNode class and work on it as a basis for a tree class library...


0 comments